#9E4807

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

Shades of Saddle Brown #9E4807

Tints of Saddle Brown #9E4807

Color information

#9E4807 (or 0x9E4807) is unknown color: approx Saddle Brown. HEX triplet: 9E, 48 and 07. RGB value is (158,72,7). Sum of RGB (Red+Green+Blue) = 158+72+7=237 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.67% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4807 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4807 is #61B7F8. Grayscale: #5A5A5A. Windows color (decimal): -6404089 or 477342. OLE color: 477342.

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

Color convert

RGB158727-
CMYK00.540.960.38
HSL25.83º91.52%32.35%-
HSV(B)25.83º95.57%61.96%-
XYZ16.4611.921.63-
YUV90.380.99176.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 66.67%
GREEN value IS 72 (28.52% from 255) = 30.38%
BLUE value IS 7 (3.12% from 255) = 2.95%
R=66.67%
G=30.38%
B=2.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15872700.540.960.3825.8391.5232.35
Hex9E48703660261a5c20
Octal2361107066140463213440
Binary10011110100100011101101101100000100110110101011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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