#9C4E02

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

Shades of Saddle Brown #9C4E02

Tints of Saddle Brown #9C4E02

Color information

#9C4E02 (or 0x9C4E02) is unknown color: approx Saddle Brown. HEX triplet: 9C, 4E and 02. RGB value is (156,78,2). Sum of RGB (Red+Green+Blue) = 156+78+2=236 (31% of max value = 765). Red value is 156 (61.33% from 255 or 66.10% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C4E02 is #63B1FD. Grayscale: #5D5D5D. Windows color (decimal): -6533630 or 151196. OLE color: 151196.

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

Color convert

RGB156782-
CMYK00.50.990.39
HSL29.61º97.47%30.98%-
HSV(B)29.61º98.72%61.18%-
XYZ16.4512.521.61-
YUV92.6676.84173.18-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 66.10%
GREEN value IS 78 (30.86% from 255) = 33.05%
BLUE value IS 2 (1.17% from 255) = 0.85%
R=66.10%
G=33.05%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15678200.50.990.3929.6197.4730.98
Hex9C4E203263271e611f
Octal2341162062143473614137
Binary100111001001110100110010110001110011111110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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