#977359

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

Shades of Beaver #977359

Tints of Beaver #977359

Color information

#977359 (or 0x977359) is unknown color: approx Beaver. HEX triplet: 97, 73 and 59. RGB value is (151,115,89). Sum of RGB (Red+Green+Blue) = 151+115+89=355 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.54% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 151 - color contains mainly: red. Hex color #977359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977359 is #688CA6. Grayscale: #7A7A7A. Windows color (decimal): -6851751 or 5862295. OLE color: 5862295.

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

Color convert

RGB15111589-
CMYK00.240.410.41
HSL25.16º25.83%47.06%-
HSV(B)25.16º41.06%59.22%-
XYZ20.719.5612.14-
YUV122.8108.93148.11-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.54%
GREEN value IS 115 (45.31% from 255) = 32.39%
BLUE value IS 89 (35.16% from 255) = 25.07%
R=42.54%
G=32.39%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511158900.240.410.4125.1625.8347.06
Hex9773590182929191a2f
Octal2271631310305151313257
Binary10010111111001110110010110001010011010011100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977359; }

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

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

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

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

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

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

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

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