#9C420C

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

Shades of Saddle Brown #9C420C

Tints of Saddle Brown #9C420C

Color information

#9C420C (or 0x9C420C) is unknown color: approx Saddle Brown. HEX triplet: 9C, 42 and 0C. RGB value is (156,66,12). Sum of RGB (Red+Green+Blue) = 156+66+12=234 (30% of max value = 765). Red value is 156 (61.33% from 255 or 66.67% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 156 - color contains mainly: red. Hex color #9C420C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C420C is #63BDF3. Grayscale: #575757. Windows color (decimal): -6536692 or 803484. OLE color: 803484.

HSL color Cylindrical-coordinate representation of color #9C420C: hue angle of 22.5º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C420C is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB1566612-
CMYK00.580.920.39
HSL22.5º85.71%32.94%-
HSV(B)22.5º92.31%61.18%-
XYZ15.7210.991.64-
YUV86.7585.82177.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 66.67%
GREEN value IS 66 (26.17% from 255) = 28.21%
BLUE value IS 12 (5.08% from 255) = 5.13%
R=66.67%
G=28.21%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156661200.580.920.3922.585.7132.94
Hex9C42C03A5C27165621
Octal23410214072134472612641
Binary100111001000010110001110101011100100111101101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C420C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,66,12); }

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

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

 a { background-color: rgb(156,66,12); }

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

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

 span { border-color: rgb(156,66,12); }

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