#987359

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

Shades of Beaver #987359

Tints of Beaver #987359

Color information

#987359 (or 0x987359) is unknown color: approx Beaver. HEX triplet: 98, 73 and 59. RGB value is (152,115,89). Sum of RGB (Red+Green+Blue) = 152+115+89=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #987359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987359 is #678CA6. Grayscale: #7B7B7B. Windows color (decimal): -6786215 or 5862296. OLE color: 5862296.

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

Color convert

RGB15211589-
CMYK00.240.410.40
HSL24.76º26.14%47.25%-
HSV(B)24.76º41.45%59.61%-
XYZ20.8819.6612.14-
YUV123.1108.76148.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.70%
GREEN value IS 115 (45.31% from 255) = 32.30%
BLUE value IS 89 (35.16% from 255) = 25%
R=42.70%
G=32.30%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521158900.240.410.4024.7626.1447.25
Hex9873590182928191a2f
Octal2301631310305150313257
Binary10011000111001110110010110001010011010001100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987359; }

 p { color: rgb(152,115,89); }

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

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

 a { background-color: rgb(152,115,89); }

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

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

 span { border-color: rgb(152,115,89); }

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