#9C4A11

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

Shades of Saddle Brown #9C4A11

Tints of Saddle Brown #9C4A11

Color information

#9C4A11 (or 0x9C4A11) is unknown color: approx Saddle Brown. HEX triplet: 9C, 4A and 11. RGB value is (156,74,17). Sum of RGB (Red+Green+Blue) = 156+74+17=247 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.16% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4A11 is #63B5EE. Grayscale: #5C5C5C. Windows color (decimal): -6534639 or 1133212. OLE color: 1133212.

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

Color convert

RGB1567417-
CMYK00.530.890.39
HSL24.6º80.35%33.92%-
HSV(B)24.6º89.1%61.18%-
XYZ16.2612.011.99-
YUV92.0285.67173.63-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 63.16%
GREEN value IS 74 (29.30% from 255) = 29.96%
BLUE value IS 17 (7.03% from 255) = 6.88%
R=63.16%
G=29.96%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.89
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156741700.530.890.3924.680.3533.92
Hex9C4A110355927195022
Octal23411221065131473112042
Binary1001110010010101000101101011011001100111110011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,74,17); }

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

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

 a { background-color: rgb(156,74,17); }

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

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

 span { border-color: rgb(156,74,17); }

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