#894914

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

Shades of Saddle Brown #894914

Tints of Saddle Brown #894914

Color information

#894914 (or 0x894914) is unknown color: approx Saddle Brown. HEX triplet: 89, 49 and 14. RGB value is (137,73,20). Sum of RGB (Red+Green+Blue) = 137+73+20=230 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.57% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 137 - color contains mainly: red. Hex color #894914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894914 is #76B6EB. Grayscale: #565656. Windows color (decimal): -7780076 or 1329545. OLE color: 1329545.

HSL color Cylindrical-coordinate representation of color #894914: hue angle of 27.18º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #894914 is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB1377320-
CMYK00.470.850.46
HSL27.18º74.52%30.78%-
HSV(B)27.18º85.4%53.73%-
XYZ12.8310.131.94-
YUV86.0990.7164.31-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.57%
GREEN value IS 73 (28.91% from 255) = 31.74%
BLUE value IS 20 (8.20% from 255) = 8.70%
R=59.57%
G=31.74%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137732000.470.850.4627.1874.5230.78
Hex89491402F552E1b4b1f
Octal21111124057125563311337
Binary100010011001001101000101111101010110111011011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894914; }

 p { color: rgb(137,73,20); }

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

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

 a { background-color: rgb(137,73,20); }

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

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

 span { border-color: rgb(137,73,20); }

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