#9E4613

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

Shades of Saddle Brown #9E4613

Tints of Saddle Brown #9E4613

Color information

#9E4613 (or 0x9E4613) is unknown color: approx Saddle Brown. HEX triplet: 9E, 46 and 13. RGB value is (158,70,19). Sum of RGB (Red+Green+Blue) = 158+70+19=247 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.97% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4613 is #61B9EC. Grayscale: #5A5A5A. Windows color (decimal): -6404589 or 1263262. OLE color: 1263262.

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

Color convert

RGB1587019-
CMYK00.560.880.38
HSL22.01º78.53%34.71%-
HSV(B)22.01º87.97%61.96%-
XYZ16.4111.72.01-
YUV90.587.65176.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 63.97%
GREEN value IS 70 (27.73% from 255) = 28.34%
BLUE value IS 19 (7.81% from 255) = 7.69%
R=63.97%
G=28.34%
B=7.69%

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
Decimal158701900.560.880.3822.0178.5334.71
Hex9E46130385826164f23
Octal23610623070130462611743
Binary1001111010001101001101110001011000100110101101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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