#895000

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

Shades of Saddle Brown #895000

Tints of Saddle Brown #895000

Color information

#895000 (or 0x895000) is unknown color: approx Saddle Brown. HEX triplet: 89, 50 and 00. RGB value is (137,80,0). Sum of RGB (Red+Green+Blue) = 137+80+0=217 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.13% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 137 - color contains mainly: red. Hex color #895000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895000 is #76AFFF. Grayscale: #585858. Windows color (decimal): -7778304 or 20617. OLE color: 20617.

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

Color convert

RGB137800-
CMYK00.4210.46
HSL35.04º100%26.86%-
HSV(B)35.04º100%53.73%-
XYZ13.1911.061.44-
YUV87.9278.38163-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 63.13%
GREEN value IS 80 (31.64% from 255) = 36.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.13%
G=36.87%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13780000.4210.4635.0410026.86
Hex8950002A642E23641b
Octal2111200052144564314433
Binary100010011010000001010101100100101110100011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895000; }

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

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

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

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

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

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

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

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