#9E4111

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

Shades of Saddle Brown #9E4111

Tints of Saddle Brown #9E4111

Color information

#9E4111 (or 0x9E4111) is unknown color: approx Saddle Brown. HEX triplet: 9E, 41 and 11. RGB value is (158,65,17). Sum of RGB (Red+Green+Blue) = 158+65+17=240 (31% of max value = 765). Red value is 158 (62.11% from 255 or 65.83% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4111 is #61BEEE. Grayscale: #575757. Windows color (decimal): -6405871 or 1130910. OLE color: 1130910.

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

Color convert

RGB1586517-
CMYK00.590.890.38
HSL20.43º80.57%34.31%-
HSV(B)20.43º89.24%61.96%-
XYZ16.0911.091.82-
YUV87.3488.31178.4-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 65.83%
GREEN value IS 65 (25.78% from 255) = 27.08%
BLUE value IS 17 (7.03% from 255) = 7.08%
R=65.83%
G=27.08%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158651700.590.890.3820.4380.5734.31
Hex9E411103B5926145122
Octal23610121073131462412142
Binary1001111010000011000101110111011001100110101001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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