#895404

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

Shades of Saddle Brown #895404

Tints of Saddle Brown #895404

Color information

#895404 (or 0x895404) is unknown color: approx Saddle Brown. HEX triplet: 89, 54 and 04. RGB value is (137,84,4). Sum of RGB (Red+Green+Blue) = 137+84+4=225 (29% of max value = 765). Red value is 137 (53.91% from 255 or 60.89% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 137 - color contains mainly: red. Hex color #895404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895404 is #76ABFB. Grayscale: #5B5B5B. Windows color (decimal): -7777276 or 283785. OLE color: 283785.

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

Color convert

RGB137844-
CMYK00.390.970.46
HSL36.09º94.33%27.65%-
HSV(B)36.09º97.08%53.73%-
XYZ13.5111.671.65-
YUV90.7379.06161-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 60.89%
GREEN value IS 84 (33.20% from 255) = 37.33%
BLUE value IS 4 (1.95% from 255) = 1.78%
R=60.89%
G=37.33%
B=1.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.97
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13784400.390.970.4636.0994.3327.65
Hex89544027612E245e1c
Octal2111244047141564413634
Binary10001001101010010001001111100001101110100100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895404; }

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

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

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

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

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

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

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

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