#9E3E0B

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

Shades of Saddle Brown #9E3E0B

Tints of Saddle Brown #9E3E0B

Color information

#9E3E0B (or 0x9E3E0B) is unknown color: approx Saddle Brown. HEX triplet: 9E, 3E and 0B. RGB value is (158,62,11). Sum of RGB (Red+Green+Blue) = 158+62+11=231 (30% of max value = 765). Red value is 158 (62.11% from 255 or 68.40% from 231); Green value is 62 (24.61% from 255 or 26.84% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3E0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3E0B is #61C1F4. Grayscale: #555555. Windows color (decimal): -6406645 or 736926. OLE color: 736926.

HSL color Cylindrical-coordinate representation of color #9E3E0B: hue angle of 20.82º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E3E0B is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.38.

Color convert

RGB1586211-
CMYK00.610.930.38
HSL20.82º86.98%33.14%-
HSV(B)20.82º93.04%61.96%-
XYZ15.8810.741.55-
YUV84.8986.3180.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 68.40%
GREEN value IS 62 (24.61% from 255) = 26.84%
BLUE value IS 11 (4.69% from 255) = 4.76%
R=68.40%
G=26.84%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.93
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158621100.610.930.3820.8286.9833.14
Hex9E3EB03D5D26155721
Octal2367613075135462512741
Binary10011110111110101101111011011101100110101011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,62,11); }

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

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

 a { background-color: rgb(158,62,11); }

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

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

 span { border-color: rgb(158,62,11); }

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