#893912

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

Shades of Saddle Brown #893912

Tints of Saddle Brown #893912

Color information

#893912 (or 0x893912) is unknown color: approx Saddle Brown. HEX triplet: 89, 39 and 12. RGB value is (137,57,18). Sum of RGB (Red+Green+Blue) = 137+57+18=212 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.62% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 137 - color contains mainly: red. Hex color #893912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893912 is #76C6ED. Grayscale: #4C4C4C. Windows color (decimal): -7784174 or 1194377. OLE color: 1194377.

HSL color Cylindrical-coordinate representation of color #893912: hue angle of 19.66º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #893912 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.46.

Color convert

RGB1375718-
CMYK00.580.870.46
HSL19.66º76.77%30.39%-
HSV(B)19.66º86.86%53.73%-
XYZ11.898.291.55-
YUV76.4795171.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 64.62%
GREEN value IS 57 (22.66% from 255) = 26.89%
BLUE value IS 18 (7.42% from 255) = 8.49%
R=64.62%
G=26.89%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.87
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137571800.580.870.4619.6676.7730.39
Hex89391203A572E144d1e
Octal2117122072127562411536
Binary10001001111001100100111010101011110111010100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893912; }

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

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

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

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

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

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

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

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