#9C5F3B

Color #9C5F3B Desert (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Desert #9C5F3B

Tints of Desert #9C5F3B

Color information

#9C5F3B (or 0x9C5F3B) is unknown color: approx Desert. HEX triplet: 9C, 5F and 3B. RGB value is (156,95,59). Sum of RGB (Red+Green+Blue) = 156+95+59=310 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.32% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5F3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5F3B is #63A0C4. Grayscale: #6D6D6D. Windows color (decimal): -6529221 or 3891100. OLE color: 3891100.

HSL color Cylindrical-coordinate representation of color #9C5F3B: hue angle of 22.27º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C5F3B is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.39.

Color convert

RGB1569559-
CMYK00.390.620.39
HSL22.27º45.12%42.16%-
HSV(B)22.27º62.18%61.18%-
XYZ18.5915.576.16-
YUV109.1499.71161.43-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.32%
GREEN value IS 95 (37.5% from 255) = 30.65%
BLUE value IS 59 (23.44% from 255) = 19.03%
R=50.32%
G=30.65%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156955900.390.620.3922.2745.1242.16
Hex9C5F3B0273E27162d2a
Octal234137730477647265552
Binary100111001011111111011010011111111010011110110101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C5F3B; }

 p { color: rgb(156,95,59); }

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

<style>
 a { background-color: #9C5F3B; }

 a { background-color: rgb(156,95,59); }

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

<style>
 span { border-color: #9C5F3B; }

 span { border-color: rgb(156,95,59); }

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