#9C4914

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

Shades of Saddle Brown #9C4914

Tints of Saddle Brown #9C4914

Color information

#9C4914 (or 0x9C4914) is unknown color: approx Saddle Brown. HEX triplet: 9C, 49 and 14. RGB value is (156,73,20). Sum of RGB (Red+Green+Blue) = 156+73+20=249 (32% of max value = 765). Red value is 156 (61.33% from 255 or 62.65% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4914 is #63B6EB. Grayscale: #5C5C5C. Windows color (decimal): -6534892 or 1329564. OLE color: 1329564.

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

Color convert

RGB1567320-
CMYK00.530.870.39
HSL23.38º77.27%34.51%-
HSV(B)23.38º87.18%61.18%-
XYZ16.2211.882.1-
YUV91.7887.5173.81-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 62.65%
GREEN value IS 73 (28.91% from 255) = 29.32%
BLUE value IS 20 (8.20% from 255) = 8.03%
R=62.65%
G=29.32%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156732000.530.870.3923.3877.2734.51
Hex9C49140355727174d23
Octal23411124065127472711543
Binary1001110010010011010001101011010111100111101111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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