#913E11

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

Shades of Saddle Brown #913E11

Tints of Saddle Brown #913E11

Color information

#913E11 (or 0x913E11) is unknown color: approx Saddle Brown. HEX triplet: 91, 3E and 11. RGB value is (145,62,17). Sum of RGB (Red+Green+Blue) = 145+62+17=224 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.73% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 145 - color contains mainly: red. Hex color #913E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913E11 is #6EC1EE. Grayscale: #515151. Windows color (decimal): -7258607 or 1130129. OLE color: 1130129.

HSL color Cylindrical-coordinate representation of color #913E11: hue angle of 21.09º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #913E11 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB1456217-
CMYK00.570.880.43
HSL21.09º79.01%31.76%-
HSV(B)21.09º88.28%56.86%-
XYZ13.59.511.65-
YUV81.6991.5173.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 64.73%
GREEN value IS 62 (24.61% from 255) = 27.68%
BLUE value IS 17 (7.03% from 255) = 7.59%
R=64.73%
G=27.68%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145621700.570.880.4321.0979.0131.76
Hex913E11039582B154f20
Octal2217621071130532511740
Binary100100011111101000101110011011000101011101011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913E11; }

 p { color: rgb(145,62,17); }

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

<style>
 a { background-color: #913E11; }

 a { background-color: rgb(145,62,17); }

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

<style>
 span { border-color: #913E11; }

 span { border-color: rgb(145,62,17); }

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