#913912

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

Shades of Saddle Brown #913912

Tints of Saddle Brown #913912

Color information

#913912 (or 0x913912) is unknown color: approx Saddle Brown. HEX triplet: 91, 39 and 12. RGB value is (145,57,18). Sum of RGB (Red+Green+Blue) = 145+57+18=220 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.91% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 145 - color contains mainly: red. Hex color #913912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913912 is #6EC6ED. Grayscale: #4F4F4F. Windows color (decimal): -7259886 or 1194385. OLE color: 1194385.

HSL color Cylindrical-coordinate representation of color #913912: hue angle of 18.43º degrees, saturation: 0.78, 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 #913912 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB1455718-
CMYK00.610.880.43
HSL18.43º77.91%31.96%-
HSV(B)18.43º87.59%56.86%-
XYZ13.258.991.61-
YUV78.8793.65175.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 65.91%
GREEN value IS 57 (22.66% from 255) = 25.91%
BLUE value IS 18 (7.42% from 255) = 8.18%
R=65.91%
G=25.91%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145571800.610.880.4318.4377.9131.96
Hex91391203D582B124e20
Octal2217122075130532211640
Binary100100011110011001001111011011000101011100101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913912; }

 p { color: rgb(145,57,18); }

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

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

 a { background-color: rgb(145,57,18); }

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

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

 span { border-color: rgb(145,57,18); }

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