#9E4611

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

Shades of Saddle Brown #9E4611

Tints of Saddle Brown #9E4611

Color information

#9E4611 (or 0x9E4611) is unknown color: approx Saddle Brown. HEX triplet: 9E, 46 and 11. RGB value is (158,70,17). Sum of RGB (Red+Green+Blue) = 158+70+17=245 (32% of max value = 765). Red value is 158 (62.11% from 255 or 64.49% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4611 is #61B9EE. Grayscale: #5A5A5A. Windows color (decimal): -6404591 or 1132190. OLE color: 1132190.

HSL color Cylindrical-coordinate representation of color #9E4611: hue angle of 22.55º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E4611 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB1587017-
CMYK00.560.890.38
HSL22.55º80.57%34.31%-
HSV(B)22.55º89.24%61.96%-
XYZ16.3911.691.92-
YUV90.2786.65176.31-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 64.49%
GREEN value IS 70 (27.73% from 255) = 28.57%
BLUE value IS 17 (7.03% from 255) = 6.94%
R=64.49%
G=28.57%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158701700.560.890.3822.5580.5734.31
Hex9E46110385926175122
Octal23610621070131462712142
Binary1001111010001101000101110001011001100110101111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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