#9C4F02

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

Shades of Saddle Brown #9C4F02

Tints of Saddle Brown #9C4F02

Color information

#9C4F02 (or 0x9C4F02) is unknown color: approx Saddle Brown. HEX triplet: 9C, 4F and 02. RGB value is (156,79,2). Sum of RGB (Red+Green+Blue) = 156+79+2=237 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.82% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C4F02 is #63B0FD. Grayscale: #5D5D5D. Windows color (decimal): -6533374 or 151452. OLE color: 151452.

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

Color convert

RGB156792-
CMYK00.490.990.39
HSL30º97.47%30.98%-
HSV(B)30º98.72%61.18%-
XYZ16.5212.661.63-
YUV93.2476.51172.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 65.82%
GREEN value IS 79 (31.25% from 255) = 33.33%
BLUE value IS 2 (1.17% from 255) = 0.84%
R=65.82%
G=33.33%
B=0.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15679200.490.990.393097.4730.98
Hex9C4F203163271e611f
Octal2341172061143473614137
Binary100111001001111100110001110001110011111110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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