#9C4B12

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

Shades of Saddle Brown #9C4B12

Tints of Saddle Brown #9C4B12

Color information

#9C4B12 (or 0x9C4B12) is unknown color: approx Saddle Brown. HEX triplet: 9C, 4B and 12. RGB value is (156,75,18). Sum of RGB (Red+Green+Blue) = 156+75+18=249 (32% of max value = 765). Red value is 156 (61.33% from 255 or 62.65% from 249); Green value is 75 (29.69% from 255 or 30.12% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4B12 is #63B4ED. Grayscale: #5D5D5D. Windows color (decimal): -6534382 or 1199004. OLE color: 1199004.

HSL color Cylindrical-coordinate representation of color #9C4B12: hue angle of 24.78º 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 #9C4B12 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB1567518-
CMYK00.520.880.39
HSL24.78º79.31%34.12%-
HSV(B)24.78º88.46%61.18%-
XYZ16.3412.142.06-
YUV92.7285.84173.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 62.65%
GREEN value IS 75 (29.69% from 255) = 30.12%
BLUE value IS 18 (7.42% from 255) = 7.23%
R=62.65%
G=30.12%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156751800.520.880.3924.7879.3134.12
Hex9C4B120345827194f22
Octal23411322064130473111742
Binary1001110010010111001001101001011000100111110011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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