#987057

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

Shades of Beaver #987057

Tints of Beaver #987057

Color information

#987057 (or 0x987057) is unknown color: approx Beaver. HEX triplet: 98, 70 and 57. RGB value is (152,112,87). Sum of RGB (Red+Green+Blue) = 152+112+87=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 87 (34.38% from 255 or 24.79% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #987057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987057 is #678FA8. Grayscale: #797979. Windows color (decimal): -6786985 or 5730456. OLE color: 5730456.

HSL color Cylindrical-coordinate representation of color #987057: hue angle of 23.08º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #987057 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB15211287-
CMYK00.260.430.40
HSL23.08º27.2%46.86%-
HSV(B)23.08º42.76%59.61%-
XYZ20.4618.9511.6-
YUV121.11108.75150.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.30%
GREEN value IS 112 (44.14% from 255) = 31.91%
BLUE value IS 87 (34.38% from 255) = 24.79%
R=43.30%
G=31.91%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521128700.260.430.4023.0827.246.86
Hex98705701A2B28171b2f
Octal2301601270325350273357
Binary10011000111000010101110110101010111010001011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987057; }

 p { color: rgb(152,112,87); }

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

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

 a { background-color: rgb(152,112,87); }

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

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

 span { border-color: rgb(152,112,87); }

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