#895402

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

Shades of Saddle Brown #895402

Tints of Saddle Brown #895402

Color information

#895402 (or 0x895402) is unknown color: approx Saddle Brown. HEX triplet: 89, 54 and 02. RGB value is (137,84,2). Sum of RGB (Red+Green+Blue) = 137+84+2=223 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.43% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 137 - color contains mainly: red. Hex color #895402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895402 is #76ABFD. Grayscale: #5A5A5A. Windows color (decimal): -7777278 or 152713. OLE color: 152713.

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

Color convert

RGB137842-
CMYK00.390.990.46
HSL36.44º97.12%27.25%-
HSV(B)36.44º98.54%53.73%-
XYZ13.511.661.6-
YUV90.578.06161.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 61.43%
GREEN value IS 84 (33.20% from 255) = 37.67%
BLUE value IS 2 (1.17% from 255) = 0.90%
R=61.43%
G=37.67%
B=0.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13784200.390.990.4636.4497.1227.25
Hex89542027632E24611b
Octal2111242047143564414133
Binary1000100110101001001001111100011101110100100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895402; }

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

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

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

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

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

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

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

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