#9C4B05

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

Shades of Saddle Brown #9C4B05

Tints of Saddle Brown #9C4B05

Color information

#9C4B05 (or 0x9C4B05) is unknown color: approx Saddle Brown. HEX triplet: 9C, 4B and 05. RGB value is (156,75,5). Sum of RGB (Red+Green+Blue) = 156+75+5=236 (31% of max value = 765). Red value is 156 (61.33% from 255 or 66.10% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4B05 is #63B4FA. Grayscale: #5B5B5B. Windows color (decimal): -6534395 or 347036. OLE color: 347036.

HSL color Cylindrical-coordinate representation of color #9C4B05: hue angle of 27.81º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C4B05 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB156755-
CMYK00.520.970.39
HSL27.81º93.79%31.57%-
HSV(B)27.81º96.79%61.18%-
XYZ16.2512.111.62-
YUV91.2479.34174.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 66.10%
GREEN value IS 75 (29.69% from 255) = 31.78%
BLUE value IS 5 (2.34% from 255) = 2.12%
R=66.10%
G=31.78%
B=2.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.97
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15675500.520.970.3927.8193.7931.57
Hex9C4B503461271c5e20
Octal2341135064141473413640
Binary10011100100101110101101001100001100111111001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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