#913512

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

Shades of Saddle Brown #913512

Tints of Saddle Brown #913512

Color information

#913512 (or 0x913512) is unknown color: approx Saddle Brown. HEX triplet: 91, 35 and 12. RGB value is (145,53,18). Sum of RGB (Red+Green+Blue) = 145+53+18=216 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.13% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 145 - color contains mainly: red. Hex color #913512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913512 is #6ECAED. Grayscale: #4C4C4C. Windows color (decimal): -7260910 or 1193361. OLE color: 1193361.

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

Color convert

RGB1455318-
CMYK00.630.880.43
HSL16.54º77.91%31.96%-
HSV(B)16.54º87.59%56.86%-
XYZ13.068.611.55-
YUV76.5294.98176.85-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 67.13%
GREEN value IS 53 (21.09% from 255) = 24.54%
BLUE value IS 18 (7.42% from 255) = 8.33%
R=67.13%
G=24.54%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145531800.630.880.4316.5477.9131.96
Hex91351203F582B114e20
Octal2216522077130532111640
Binary100100011101011001001111111011000101011100011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913512; }

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

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

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

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

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

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

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

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