#9E4607

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

Shades of Saddle Brown #9E4607

Tints of Saddle Brown #9E4607

Color information

#9E4607 (or 0x9E4607) is unknown color: approx Saddle Brown. HEX triplet: 9E, 46 and 07. RGB value is (158,70,7). Sum of RGB (Red+Green+Blue) = 158+70+7=235 (31% of max value = 765). Red value is 158 (62.11% from 255 or 67.23% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 7 (3.12% from 255 or 2.98% from 235); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4607 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4607 is #61B9F8. Grayscale: #595959. Windows color (decimal): -6404601 or 476830. OLE color: 476830.

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

Color convert

RGB158707-
CMYK00.560.960.38
HSL25.03º91.52%32.35%-
HSV(B)25.03º95.57%61.96%-
XYZ16.3311.661.59-
YUV89.1381.65177.12-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 67.23%
GREEN value IS 70 (27.73% from 255) = 29.79%
BLUE value IS 7 (3.12% from 255) = 2.98%
R=67.23%
G=29.79%
B=2.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15870700.560.960.3825.0391.5232.35
Hex9E4670386026195c20
Octal2361067070140463113440
Binary10011110100011011101110001100000100110110011011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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