#897265

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

Shades of Beaver #897265

Tints of Beaver #897265

Color information

#897265 (or 0x897265) is unknown color: approx Beaver. HEX triplet: 89, 72 and 65. RGB value is (137,114,101). Sum of RGB (Red+Green+Blue) = 137+114+101=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 137 - color contains mainly: red. Hex color #897265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897265 is #768D9A. Grayscale: #777777. Windows color (decimal): -7769499 or 6648457. OLE color: 6648457.

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

Color convert

RGB137114101-
CMYK00.170.260.46
HSL21.67º15.13%46.67%-
HSV(B)21.67º26.28%53.73%-
XYZ18.6818.2914.86-
YUV119.4117.62140.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.92%
GREEN value IS 114 (44.92% from 255) = 32.39%
BLUE value IS 101 (39.84% from 255) = 28.69%
R=38.92%
G=32.39%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711410100.170.260.4621.6715.1346.67
Hex8972650111A2E16f2f
Octal2111621450213256261757
Binary100010011110010110010101000111010101110101101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897265; }

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

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

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

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

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

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

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

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