#93775D

Color #93775D Pale Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Brown #93775D

Tints of Pale Brown #93775D

Color information

#93775D (or 0x93775D) is unknown color: approx Pale Brown. HEX triplet: 93, 77 and 5D. RGB value is (147,119,93). Sum of RGB (Red+Green+Blue) = 147+119+93=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 147 - color contains mainly: red. Hex color #93775D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93775D is #6C88A2. Grayscale: #7C7C7C. Windows color (decimal): -7112867 or 6125459. OLE color: 6125459.

HSL color Cylindrical-coordinate representation of color #93775D: hue angle of 28.89º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93775D is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB14711993-
CMYK00.190.370.42
HSL28.89º22.5%47.06%-
HSV(B)28.89º36.73%57.65%-
XYZ20.6120.1913.17-
YUV124.41110.28144.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 40.95%
GREEN value IS 119 (46.88% from 255) = 33.15%
BLUE value IS 93 (36.72% from 255) = 25.91%
R=40.95%
G=33.15%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471199300.190.370.4228.8922.547.06
Hex93775D013252A1d172f
Octal2231671350234552352757
Binary10010011111011110111010100111001011010101110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93775D; }

 p { color: rgb(147,119,93); }

 H1.HeaderClassName
 {
   color: #93775D;
 }
 .AnyTagClassName
 {
   color: #93775D;
 }
</style>
background-color css

<style>
 a { background-color: #93775D; }

 a { background-color: rgb(147,119,93); }

 div.DivClassName
 {
   background-color: #93775D;
 }
 .BgClassName
 {
   background-color: #93775D;
 }
</style>
border-color css

<style>
 span { border-color: #93775D; }

 span { border-color: rgb(147,119,93); }

 td.TdClassName
 {
   border-color: #93775D;
 }
 .TagClassName
 {
   border-color: #93775D;
 }
</style>