#9E3905

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

Shades of Saddle Brown #9E3905

Tints of Saddle Brown #9E3905

Color information

#9E3905 (or 0x9E3905) is unknown color: approx Saddle Brown. HEX triplet: 9E, 39 and 05. RGB value is (158,57,5). Sum of RGB (Red+Green+Blue) = 158+57+5=220 (29% of max value = 765). Red value is 158 (62.11% from 255 or 71.82% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3905 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3905 is #61C6FA. Grayscale: #515151. Windows color (decimal): -6407931 or 342430. OLE color: 342430.

HSL color Cylindrical-coordinate representation of color #9E3905: hue angle of 20.39º 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 #9E3905 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB158575-
CMYK00.640.970.38
HSL20.39º93.87%31.96%-
HSV(B)20.39º96.84%61.96%-
XYZ15.5910.211.29-
YUV81.2784.96182.73-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 71.82%
GREEN value IS 57 (22.66% from 255) = 25.91%
BLUE value IS 5 (2.34% from 255) = 2.27%
R=71.82%
G=25.91%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15857500.640.970.3820.3993.8731.96
Hex9E3950406126145e20
Octal2367150100141462413640
Binary10011110111001101010000001100001100110101001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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