#894812

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

Shades of Saddle Brown #894812

Tints of Saddle Brown #894812

Color information

#894812 (or 0x894812) is unknown color: approx Saddle Brown. HEX triplet: 89, 48 and 12. RGB value is (137,72,18). Sum of RGB (Red+Green+Blue) = 137+72+18=227 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.35% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 137 - color contains mainly: red. Hex color #894812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894812 is #76B7ED. Grayscale: #555555. Windows color (decimal): -7780334 or 1198217. OLE color: 1198217.

HSL color Cylindrical-coordinate representation of color #894812: hue angle of 27.23º 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 #894812 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.46.

Color convert

RGB1377218-
CMYK00.470.870.46
HSL27.23º76.77%30.39%-
HSV(B)27.23º86.86%53.73%-
XYZ12.74101.83-
YUV85.2890.03164.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 60.35%
GREEN value IS 72 (28.52% from 255) = 31.72%
BLUE value IS 18 (7.42% from 255) = 7.93%
R=60.35%
G=31.72%
B=7.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.87
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137721800.470.870.4627.2376.7730.39
Hex89481202F572E1b4d1e
Octal21111022057127563311536
Binary100010011001000100100101111101011110111011011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894812; }

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

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

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

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

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

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

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

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