#9C4916

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

Shades of Saddle Brown #9C4916

Tints of Saddle Brown #9C4916

Color information

#9C4916 (or 0x9C4916) is unknown color: approx Saddle Brown. HEX triplet: 9C, 49 and 16. RGB value is (156,73,22). Sum of RGB (Red+Green+Blue) = 156+73+22=251 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.15% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4916 is #63B6E9. Grayscale: #5C5C5C. Windows color (decimal): -6534890 or 1460636. OLE color: 1460636.

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

Color convert

RGB1567322-
CMYK00.530.860.39
HSL22.84º75.28%34.9%-
HSV(B)22.84º85.9%61.18%-
XYZ16.2411.892.2-
YUV9288.5173.65-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 62.15%
GREEN value IS 73 (28.91% from 255) = 29.08%
BLUE value IS 22 (8.98% from 255) = 8.76%
R=62.15%
G=29.08%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156732200.530.860.3922.8475.2834.9
Hex9C49160355627174b23
Octal23411126065126472711343
Binary1001110010010011011001101011010110100111101111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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