#895100

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

Shades of Saddle Brown #895100

Tints of Saddle Brown #895100

Color information

#895100 (or 0x895100) is unknown color: approx Saddle Brown. HEX triplet: 89, 51 and 00. RGB value is (137,81,0). Sum of RGB (Red+Green+Blue) = 137+81+0=218 (28% of max value = 765). Red value is 137 (53.91% from 255 or 62.84% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 137 - color contains mainly: red. Hex color #895100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895100 is #76AEFF. Grayscale: #585858. Windows color (decimal): -7778048 or 20873. OLE color: 20873.

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

Color convert

RGB137810-
CMYK00.4110.46
HSL35.47º100%26.86%-
HSV(B)35.47º100%53.73%-
XYZ13.2611.21.46-
YUV88.5178.05162.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 62.84%
GREEN value IS 81 (32.03% from 255) = 37.16%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.84%
G=37.16%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13781000.4110.4635.4710026.86
Hex89510029642E23641b
Octal2111210051144564314433
Binary100010011010001001010011100100101110100011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895100; }

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

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

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

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

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

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

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

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