#895001

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

Shades of Saddle Brown #895001

Tints of Saddle Brown #895001

Color information

#895001 (or 0x895001) is unknown color: approx Saddle Brown. HEX triplet: 89, 50 and 01. RGB value is (137,80,1). Sum of RGB (Red+Green+Blue) = 137+80+1=218 (28% of max value = 765). Red value is 137 (53.91% from 255 or 62.84% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 137 - color contains mainly: red. Hex color #895001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895001 is #76AFFE. Grayscale: #585858. Windows color (decimal): -7778303 or 86153. OLE color: 86153.

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

Color convert

RGB137801-
CMYK00.420.990.46
HSL34.85º98.55%27.06%-
HSV(B)34.85º99.27%53.73%-
XYZ13.1911.061.47-
YUV88.0478.88162.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 62.84%
GREEN value IS 80 (31.64% from 255) = 36.70%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=62.84%
G=36.70%
B=0.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13780100.420.990.4634.8598.5527.06
Hex8950102A632E23631b
Octal2111201052143564314333
Binary100010011010000101010101100011101110100011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895001; }

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

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

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

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

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

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

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

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