#895400

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

Shades of Saddle Brown #895400

Tints of Saddle Brown #895400

Color information

#895400 (or 0x895400) is unknown color: approx Saddle Brown. HEX triplet: 89, 54 and 00. RGB value is (137,84,0). Sum of RGB (Red+Green+Blue) = 137+84+0=221 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.99% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 137 - color contains mainly: red. Hex color #895400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895400 is #76ABFF. Grayscale: #5A5A5A. Windows color (decimal): -7777280 or 21641. OLE color: 21641.

HSL color Cylindrical-coordinate representation of color #895400: hue angle of 36.79º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #895400 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB137840-
CMYK00.3910.46
HSL36.79º100%26.86%-
HSV(B)36.79º100%53.73%-
XYZ13.4911.661.54-
YUV90.2777.06161.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 61.99%
GREEN value IS 84 (33.20% from 255) = 38.01%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.99%
G=38.01%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13784000.3910.4636.7910026.86
Hex89540027642E25641b
Octal2111240047144564514433
Binary100010011010100001001111100100101110100101110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895400; }

 p { color: rgb(137,84,0); }

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

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

 a { background-color: rgb(137,84,0); }

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

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

 span { border-color: rgb(137,84,0); }

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