#987055

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

Shades of Beaver #987055

Tints of Beaver #987055

Color information

#987055 (or 0x987055) is unknown color: approx Beaver. HEX triplet: 98, 70 and 55. RGB value is (152,112,85). Sum of RGB (Red+Green+Blue) = 152+112+85=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #987055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987055 is #678FAA. Grayscale: #797979. Windows color (decimal): -6786987 or 5599384. OLE color: 5599384.

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

Color convert

RGB15211285-
CMYK00.260.440.40
HSL24.18º28.27%46.47%-
HSV(B)24.18º44.08%59.61%-
XYZ20.3818.9211.17-
YUV120.88107.75150.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.55%
GREEN value IS 112 (44.14% from 255) = 32.09%
BLUE value IS 85 (33.59% from 255) = 24.36%
R=43.55%
G=32.09%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521128500.260.440.4024.1828.2746.47
Hex98705501A2C28181c2e
Octal2301601250325450303456
Binary10011000111000010101010110101011001010001100011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987055; }

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

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

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

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

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

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

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

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