#9C4D02

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

Shades of Saddle Brown #9C4D02

Tints of Saddle Brown #9C4D02

Color information

#9C4D02 (or 0x9C4D02) is unknown color: approx Saddle Brown. HEX triplet: 9C, 4D and 02. RGB value is (156,77,2). Sum of RGB (Red+Green+Blue) = 156+77+2=235 (31% of max value = 765). Red value is 156 (61.33% from 255 or 66.38% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C4D02 is #63B2FD. Grayscale: #5C5C5C. Windows color (decimal): -6533886 or 150940. OLE color: 150940.

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

Color convert

RGB156772-
CMYK00.510.990.39
HSL29.22º97.47%30.98%-
HSV(B)29.22º98.72%61.18%-
XYZ16.3812.381.58-
YUV92.0777.17173.6-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 66.38%
GREEN value IS 77 (30.47% from 255) = 32.77%
BLUE value IS 2 (1.17% from 255) = 0.85%
R=66.38%
G=32.77%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15677200.510.990.3929.2297.4730.98
Hex9C4D203363271d611f
Octal2341152063143473514137
Binary100111001001101100110011110001110011111101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,77,2); }

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

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

 a { background-color: rgb(156,77,2); }

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

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

 span { border-color: rgb(156,77,2); }

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