#9E3B11

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

Shades of Saddle Brown #9E3B11

Tints of Saddle Brown #9E3B11

Color information

#9E3B11 (or 0x9E3B11) is unknown color: approx Saddle Brown. HEX triplet: 9E, 3B and 11. RGB value is (158,59,17). Sum of RGB (Red+Green+Blue) = 158+59+17=234 (30% of max value = 765). Red value is 158 (62.11% from 255 or 67.52% from 234); Green value is 59 (23.44% from 255 or 25.21% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3B11 is #61C4EE. Grayscale: #545454. Windows color (decimal): -6407407 or 1129374. OLE color: 1129374.

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

Color convert

RGB1585917-
CMYK00.630.890.38
HSL17.87º80.57%34.31%-
HSV(B)17.87º89.24%61.96%-
XYZ15.7710.441.71-
YUV83.8190.3180.92-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 67.52%
GREEN value IS 59 (23.44% from 255) = 25.21%
BLUE value IS 17 (7.03% from 255) = 7.26%
R=67.52%
G=25.21%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158591700.630.890.3817.8780.5734.31
Hex9E3B1103F5926125122
Octal2367321077131462212142
Binary100111101110111000101111111011001100110100101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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