#9E4207

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

Shades of Saddle Brown #9E4207

Tints of Saddle Brown #9E4207

Color information

#9E4207 (or 0x9E4207) is unknown color: approx Saddle Brown. HEX triplet: 9E, 42 and 07. RGB value is (158,66,7). Sum of RGB (Red+Green+Blue) = 158+66+7=231 (30% of max value = 765). Red value is 158 (62.11% from 255 or 68.40% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 7 (3.12% from 255 or 3.03% from 231); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4207 is #61BDF8. Grayscale: #575757. Windows color (decimal): -6405625 or 475806. OLE color: 475806.

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

Color convert

RGB158667-
CMYK00.580.960.38
HSL23.44º91.52%32.35%-
HSV(B)23.44º95.57%61.96%-
XYZ16.0911.181.51-
YUV86.7882.98178.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 68.40%
GREEN value IS 66 (26.17% from 255) = 28.57%
BLUE value IS 7 (3.12% from 255) = 3.03%
R=68.40%
G=28.57%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15866700.580.960.3823.4491.5232.35
Hex9E42703A6026175c20
Octal2361027072140462713440
Binary10011110100001011101110101100000100110101111011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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