#897267

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

Shades of Beaver #897267

Tints of Beaver #897267

Color information

#897267 (or 0x897267) is unknown color: approx Beaver. HEX triplet: 89, 72 and 67. RGB value is (137,114,103). Sum of RGB (Red+Green+Blue) = 137+114+103=354 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.70% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 103 (40.62% from 255 or 29.10% from 354); Max value from RGB is 137 - color contains mainly: red. Hex color #897267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897267 is #768D98. Grayscale: #777777. Windows color (decimal): -7769497 or 6779529. OLE color: 6779529.

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

Color convert

RGB137114103-
CMYK00.170.250.46
HSL19.41º14.17%47.06%-
HSV(B)19.41º24.82%53.73%-
XYZ18.7818.3315.38-
YUV119.62118.62140.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.70%
GREEN value IS 114 (44.92% from 255) = 32.20%
BLUE value IS 103 (40.62% from 255) = 29.10%
R=38.70%
G=32.20%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711410300.170.250.4619.4114.1747.06
Hex897267011192E13e2f
Octal2111621470213156231657
Binary100010011110010110011101000111001101110100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897267; }

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

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

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

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

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

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

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

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