#987158

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

Shades of Beaver #987158

Tints of Beaver #987158

Color information

#987158 (or 0x987158) is unknown color: approx Beaver. HEX triplet: 98, 71 and 58. RGB value is (152,113,88). Sum of RGB (Red+Green+Blue) = 152+113+88=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #987158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987158 is #678EA7. Grayscale: #797979. Windows color (decimal): -6786728 or 5796248. OLE color: 5796248.

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

Color convert

RGB15211388-
CMYK00.260.420.40
HSL23.44º26.67%47.06%-
HSV(B)23.44º42.11%59.61%-
XYZ20.6219.1911.85-
YUV121.81108.92149.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.06%
GREEN value IS 113 (44.53% from 255) = 32.01%
BLUE value IS 88 (34.77% from 255) = 24.93%
R=43.06%
G=32.01%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521138800.260.420.4023.4426.6747.06
Hex98715801A2A28171b2f
Octal2301611300325250273357
Binary10011000111000110110000110101010101010001011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987158; }

 p { color: rgb(152,113,88); }

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

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

 a { background-color: rgb(152,113,88); }

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

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

 span { border-color: rgb(152,113,88); }

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