#897165

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

Shades of Beaver #897165

Tints of Beaver #897165

Color information

#897165 (or 0x897165) is unknown color: approx Beaver. HEX triplet: 89, 71 and 65. RGB value is (137,113,101). Sum of RGB (Red+Green+Blue) = 137+113+101=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 101 (39.84% from 255 or 28.77% from 351); Max value from RGB is 137 - color contains mainly: red. Hex color #897165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897165 is #768E9A. Grayscale: #767676. Windows color (decimal): -7769755 or 6648201. OLE color: 6648201.

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

Color convert

RGB137113101-
CMYK00.180.260.46
HSL20º15.13%46.67%-
HSV(B)20º26.28%53.73%-
XYZ18.5718.0714.82-
YUV118.81117.95140.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.03%
GREEN value IS 113 (44.53% from 255) = 32.19%
BLUE value IS 101 (39.84% from 255) = 28.77%
R=39.03%
G=32.19%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711310100.180.260.462015.1346.67
Hex8971650121A2E14f2f
Octal2111611450223256241757
Binary100010011110001110010101001011010101110101001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897165; }

 p { color: rgb(137,113,101); }

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

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

 a { background-color: rgb(137,113,101); }

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

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

 span { border-color: rgb(137,113,101); }

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