#9E4805

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

Shades of Saddle Brown #9E4805

Tints of Saddle Brown #9E4805

Color information

#9E4805 (or 0x9E4805) is unknown color: approx Saddle Brown. HEX triplet: 9E, 48 and 05. RGB value is (158,72,5). Sum of RGB (Red+Green+Blue) = 158+72+5=235 (31% of max value = 765). Red value is 158 (62.11% from 255 or 67.23% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4805 is #61B7FA. Grayscale: #5A5A5A. Windows color (decimal): -6404091 or 346270. OLE color: 346270.

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

Color convert

RGB158725-
CMYK00.540.970.38
HSL26.27º93.87%31.96%-
HSV(B)26.27º96.84%61.96%-
XYZ16.4511.911.58-
YUV90.0879.99176.45-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 67.23%
GREEN value IS 72 (28.52% from 255) = 30.64%
BLUE value IS 5 (2.34% from 255) = 2.13%
R=67.23%
G=30.64%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15872500.540.970.3826.2793.8731.96
Hex9E48503661261a5e20
Octal2361105066141463213640
Binary10011110100100010101101101100001100110110101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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