#9E4913

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

Shades of Saddle Brown #9E4913

Tints of Saddle Brown #9E4913

Color information

#9E4913 (or 0x9E4913) is unknown color: approx Saddle Brown. HEX triplet: 9E, 49 and 13. RGB value is (158,73,19). Sum of RGB (Red+Green+Blue) = 158+73+19=250 (33% of max value = 765). Red value is 158 (62.11% from 255 or 63.2% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4913 is #61B6EC. Grayscale: #5C5C5C. Windows color (decimal): -6403821 or 1264030. OLE color: 1264030.

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

Color convert

RGB1587319-
CMYK00.540.880.38
HSL23.31º78.53%34.71%-
HSV(B)23.31º87.97%61.96%-
XYZ16.612.082.07-
YUV92.2686.66174.89-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 63.2%
GREEN value IS 73 (28.91% from 255) = 29.2%
BLUE value IS 19 (7.81% from 255) = 7.6%
R=63.2%
G=29.2%
B=7.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.88
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158731900.540.880.3823.3178.5334.71
Hex9E49130365826174f23
Octal23611123066130462711743
Binary1001111010010011001101101101011000100110101111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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