#9E3C05

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

Shades of Saddle Brown #9E3C05

Tints of Saddle Brown #9E3C05

Color information

#9E3C05 (or 0x9E3C05) is unknown color: approx Saddle Brown. HEX triplet: 9E, 3C and 05. RGB value is (158,60,5). Sum of RGB (Red+Green+Blue) = 158+60+5=223 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.85% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3C05 is #61C3FA. Grayscale: #535353. Windows color (decimal): -6407163 or 343198. OLE color: 343198.

HSL color Cylindrical-coordinate representation of color #9E3C05: hue angle of 21.57º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E3C05 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB158605-
CMYK00.620.970.38
HSL21.57º93.87%31.96%-
HSV(B)21.57º96.84%61.96%-
XYZ15.7410.511.34-
YUV83.0383.97181.47-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 70.85%
GREEN value IS 60 (23.83% from 255) = 26.91%
BLUE value IS 5 (2.34% from 255) = 2.24%
R=70.85%
G=26.91%
B=2.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15860500.620.970.3821.5793.8731.96
Hex9E3C503E6126165e20
Octal236745076141462613640
Binary1001111011110010101111101100001100110101101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,60,5); }

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

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

 a { background-color: rgb(158,60,5); }

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

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

 span { border-color: rgb(158,60,5); }

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