#897063

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

Shades of Beaver #897063

Tints of Beaver #897063

Color information

#897063 (or 0x897063) is unknown color: approx Beaver. HEX triplet: 89, 70 and 63. RGB value is (137,112,99). Sum of RGB (Red+Green+Blue) = 137+112+99=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 99 (39.06% from 255 or 28.45% from 348); Max value from RGB is 137 - color contains mainly: red. Hex color #897063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897063 is #768F9C. Grayscale: #767676. Windows color (decimal): -7770013 or 6516873. OLE color: 6516873.

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

Color convert

RGB13711299-
CMYK00.180.280.46
HSL20.53º16.1%46.27%-
HSV(B)20.53º27.74%53.73%-
XYZ18.3617.8114.27-
YUV117.99117.28141.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.37%
GREEN value IS 112 (44.14% from 255) = 32.18%
BLUE value IS 99 (39.06% from 255) = 28.45%
R=39.37%
G=32.18%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371129900.180.280.4620.5316.146.27
Hex8970630121C2E15102e
Octal2111601430223456252056
Binary1000100111100001100011010010111001011101010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897063; }

 p { color: rgb(137,112,99); }

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

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

 a { background-color: rgb(137,112,99); }

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

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

 span { border-color: rgb(137,112,99); }

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