#9C4E12

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

Shades of Saddle Brown #9C4E12

Tints of Saddle Brown #9C4E12

Color information

#9C4E12 (or 0x9C4E12) is unknown color: approx Saddle Brown. HEX triplet: 9C, 4E and 12. RGB value is (156,78,18). Sum of RGB (Red+Green+Blue) = 156+78+18=252 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.90% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C4E12 is #63B1ED. Grayscale: #5E5E5E. Windows color (decimal): -6533614 or 1199772. OLE color: 1199772.

HSL color Cylindrical-coordinate representation of color #9C4E12: hue angle of 26.09º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C4E12 is Cyan = 0, Magento = 0.5, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB1567818-
CMYK00.50.880.39
HSL26.09º79.31%34.12%-
HSV(B)26.09º88.46%61.18%-
XYZ16.5412.562.12-
YUV94.4884.84171.88-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 61.90%
GREEN value IS 78 (30.86% from 255) = 30.95%
BLUE value IS 18 (7.42% from 255) = 7.14%
R=61.90%
G=30.95%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156781800.50.880.3926.0979.3134.12
Hex9C4E1203258271a4f22
Octal23411622062130473211742
Binary1001110010011101001001100101011000100111110101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,78,18); }

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

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

 a { background-color: rgb(156,78,18); }

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

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

 span { border-color: rgb(156,78,18); }

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