#9C3E0A

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

Shades of Saddle Brown #9C3E0A

Tints of Saddle Brown #9C3E0A

Color information

#9C3E0A (or 0x9C3E0A) is unknown color: approx Saddle Brown. HEX triplet: 9C, 3E and 0A. RGB value is (156,62,10). Sum of RGB (Red+Green+Blue) = 156+62+10=228 (30% of max value = 765). Red value is 156 (61.33% from 255 or 68.42% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 10 (4.30% from 255 or 4.39% from 228); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C3E0A is #63C1F5. Grayscale: #545454. Windows color (decimal): -6537718 or 671388. OLE color: 671388.

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

Color convert

RGB1566210-
CMYK00.600.940.39
HSL21.37º87.95%32.55%-
HSV(B)21.37º93.59%61.18%-
XYZ15.4910.541.5-
YUV84.1886.14179.23-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 68.42%
GREEN value IS 62 (24.61% from 255) = 27.19%
BLUE value IS 10 (4.30% from 255) = 4.39%
R=68.42%
G=27.19%
B=4.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156621000.600.940.3921.3787.9532.55
Hex9C3EA03C5E27155821
Octal2347612074136472513041
Binary10011100111110101001111001011110100111101011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,62,10); }

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

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

 a { background-color: rgb(156,62,10); }

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

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

 span { border-color: rgb(156,62,10); }

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