#977259

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

Shades of Beaver #977259

Tints of Beaver #977259

Color information

#977259 (or 0x977259) is unknown color: approx Beaver. HEX triplet: 97, 72 and 59. RGB value is (151,114,89). Sum of RGB (Red+Green+Blue) = 151+114+89=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 151 - color contains mainly: red. Hex color #977259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977259 is #688DA6. Grayscale: #7A7A7A. Windows color (decimal): -6852007 or 5862039. OLE color: 5862039.

HSL color Cylindrical-coordinate representation of color #977259: hue angle of 24.19º 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 #977259 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB15111489-
CMYK00.250.410.41
HSL24.19º25.83%47.06%-
HSV(B)24.19º41.06%59.22%-
XYZ20.5819.3412.1-
YUV122.21109.26148.53-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.66%
GREEN value IS 114 (44.92% from 255) = 32.20%
BLUE value IS 89 (35.16% from 255) = 25.14%
R=42.66%
G=32.20%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511148900.250.410.4124.1925.8347.06
Hex9772590192929181a2f
Octal2271621310315151303257
Binary10010111111001010110010110011010011010011100011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977259; }

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

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

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

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

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

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

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

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