#9E4513

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

Shades of Saddle Brown #9E4513

Tints of Saddle Brown #9E4513

Color information

#9E4513 (or 0x9E4513) is unknown color: approx Saddle Brown. HEX triplet: 9E, 45 and 13. RGB value is (158,69,19). Sum of RGB (Red+Green+Blue) = 158+69+19=246 (32% of max value = 765). Red value is 158 (62.11% from 255 or 64.23% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4513 is #61BAEC. Grayscale: #5A5A5A. Windows color (decimal): -6404845 or 1263006. OLE color: 1263006.

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

Color convert

RGB1586919-
CMYK00.560.880.38
HSL21.58º78.53%34.71%-
HSV(B)21.58º87.97%61.96%-
XYZ16.3511.571.99-
YUV89.9187.99176.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 64.23%
GREEN value IS 69 (27.34% from 255) = 28.05%
BLUE value IS 19 (7.81% from 255) = 7.72%
R=64.23%
G=28.05%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.88
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158691900.560.880.3821.5878.5334.71
Hex9E45130385826164f23
Octal23610523070130462611743
Binary1001111010001011001101110001011000100110101101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,69,19); }

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

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

 a { background-color: rgb(158,69,19); }

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

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

 span { border-color: rgb(158,69,19); }

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