#9E3910

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

Shades of Saddle Brown #9E3910

Tints of Saddle Brown #9E3910

Color information

#9E3910 (or 0x9E3910) is unknown color: approx Saddle Brown. HEX triplet: 9E, 39 and 10. RGB value is (158,57,16). Sum of RGB (Red+Green+Blue) = 158+57+16=231 (30% of max value = 765). Red value is 158 (62.11% from 255 or 68.40% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3910 is #61C6EF. Grayscale: #525252. Windows color (decimal): -6407920 or 1063326. OLE color: 1063326.

HSL color Cylindrical-coordinate representation of color #9E3910: hue angle of 17.32º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9E3910 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB1585716-
CMYK00.640.900.38
HSL17.32º81.61%34.12%-
HSV(B)17.32º89.87%61.96%-
XYZ15.6610.231.64-
YUV82.5290.46181.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 68.40%
GREEN value IS 57 (22.66% from 255) = 24.68%
BLUE value IS 16 (6.64% from 255) = 6.93%
R=68.40%
G=24.68%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.90
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158571600.640.900.3817.3281.6134.12
Hex9E39100405A26115222
Octal23671200100132462112242
Binary1001111011100110000010000001011010100110100011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,57,16); }

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

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

 a { background-color: rgb(158,57,16); }

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

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

 span { border-color: rgb(158,57,16); }

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