#9C4216

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

Shades of Saddle Brown #9C4216

Tints of Saddle Brown #9C4216

Color information

#9C4216 (or 0x9C4216) is unknown color: approx Saddle Brown. HEX triplet: 9C, 42 and 16. RGB value is (156,66,22). Sum of RGB (Red+Green+Blue) = 156+66+22=244 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.93% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4216 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4216 is #63BDE9. Grayscale: #585858. Windows color (decimal): -6536682 or 1458844. OLE color: 1458844.

HSL color Cylindrical-coordinate representation of color #9C4216: hue angle of 19.7º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C4216 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB1566622-
CMYK00.580.860.39
HSL19.7º75.28%34.9%-
HSV(B)19.7º85.9%61.18%-
XYZ15.811.022.05-
YUV87.8990.82176.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 63.93%
GREEN value IS 66 (26.17% from 255) = 27.05%
BLUE value IS 22 (8.98% from 255) = 9.02%
R=63.93%
G=27.05%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156662200.580.860.3919.775.2834.9
Hex9C421603A5627144b23
Octal23410226072126472411343
Binary1001110010000101011001110101010110100111101001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,66,22); }

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

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

 a { background-color: rgb(156,66,22); }

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

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

 span { border-color: rgb(156,66,22); }

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