#9E3B08

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

Shades of Saddle Brown #9E3B08

Tints of Saddle Brown #9E3B08

Color information

#9E3B08 (or 0x9E3B08) is unknown color: approx Saddle Brown. HEX triplet: 9E, 3B and 08. RGB value is (158,59,8). Sum of RGB (Red+Green+Blue) = 158+59+8=225 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.22% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3B08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3B08 is #61C4F7. Grayscale: #535353. Windows color (decimal): -6407416 or 539550. OLE color: 539550.

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

Color convert

RGB158598-
CMYK00.630.950.38
HSL20.4º90.36%32.55%-
HSV(B)20.4º94.94%61.96%-
XYZ15.7110.411.41-
YUV82.7985.8181.65-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 70.22%
GREEN value IS 59 (23.44% from 255) = 26.22%
BLUE value IS 8 (3.52% from 255) = 3.56%
R=70.22%
G=26.22%
B=3.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.95
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15859800.630.950.3820.490.3632.55
Hex9E3B803F5F26145a21
Octal2367310077137462413241
Binary10011110111011100001111111011111100110101001011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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