#897369

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

Shades of Beaver #897369

Tints of Beaver #897369

Color information

#897369 (or 0x897369) is unknown color: approx Beaver. HEX triplet: 89, 73 and 69. RGB value is (137,115,105). Sum of RGB (Red+Green+Blue) = 137+115+105=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 137 - color contains mainly: red. Hex color #897369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897369 is #768C96. Grayscale: #787878. Windows color (decimal): -7769239 or 6910857. OLE color: 6910857.

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

Color convert

RGB137115105-
CMYK00.160.230.46
HSL18.75º13.22%47.45%-
HSV(B)18.75º23.36%53.73%-
XYZ1918.615.95-
YUV120.44119.29139.81-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.38%
GREEN value IS 115 (45.31% from 255) = 32.21%
BLUE value IS 105 (41.41% from 255) = 29.41%
R=38.38%
G=32.21%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711510500.160.230.4618.7513.2247.45
Hex897369010172E13d2f
Octal2111631510202756231557
Binary100010011110011110100101000010111101110100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897369; }

 p { color: rgb(137,115,105); }

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

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

 a { background-color: rgb(137,115,105); }

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

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

 span { border-color: rgb(137,115,105); }

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