Html Css Color HEX #977059 Beaver

📋 copy color: '#977059'

red 151 ◦ green 112 ◦ blue 89

#977059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Beaver #977059

Tints of Beaver #977059

RGB

 RED value IS 151 (59.38% from 255) = 42.9%

 GREEN value IS 112 (44.14% from 255) = 31.82%

 BLUE value IS 89 (35.16% from 255) = 25.28%

R = 42.9%
G = 31.82%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#977059 (or 0x977059) is known color: Beaver. HEX triplet: 97, 70 and 59. RGB value is (151,112,89). Sum of RGB (Red+Green+Blue) = 151+112+89=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 151 - color contains mainly: red. Hex color #977059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977059 is #688FA6. Grayscale: #797979. Windows color (decimal): -6852519 or 5861527. OLE color: 5861527.

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

Color convert

RGB 151 112 89 -
CMYK 0 0.26 0.41 0.41
HSL 22.26º 0.26% 0.47% -
HSV(B) 22.26º 0.41% 0.59% -
XYZ 20.36 18.89 12.02 -
YUV 121.04 109.92 149.37 -
System Red Green Blue C M Y K H S L
Decimal 151 112 89 0 0.26 0.41 0.41 22.26 0.26 0.47
Hex 97 70 59 0 1A 29 29 16 1A 2F
Octal 227 160 131 0 32 51 51 26 32 57
Binary 10010111 1110000 1011001 0 11010 101001 101001 10110 11010 101111

Color Harmonies of #977059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977059

Black with #977059

Text Example


Text Example

White with #977059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977059; }

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

 H1.HeaderClassName
 {
   color: #977059;
 }
 .AnyTagClassName
 {
   color: #977059;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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