Html Css Color HEX #977158 Beaver

📋 copy color: '#977158'

red 151 ◦ green 113 ◦ blue 88

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

Shades of Beaver #977158

Tints of Beaver #977158

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.1%

 BLUE value IS 88 (34.77% from 255) = 25%

R = 42.9%
G = 32.1%
B = 25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#977158 (or 0x977158) is known color: Beaver. HEX triplet: 97, 71 and 58. RGB value is (151,113,88). Sum of RGB (Red+Green+Blue) = 151+113+88=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 151 - color contains mainly: red. Hex color #977158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977158 is #688EA7. Grayscale: #797979. Windows color (decimal): -6852264 or 5796247. OLE color: 5796247.

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

Color convert

RGB 151 113 88 -
CMYK 0 0.25 0.42 0.41
HSL 23.81º 0.26% 0.47% -
HSV(B) 23.81º 0.42% 0.59% -
XYZ 20.43 19.09 11.84 -
YUV 121.51 109.09 149.03 -
System Red Green Blue C M Y K H S L
Decimal 151 113 88 0 0.25 0.42 0.41 23.81 0.26 0.47
Hex 97 71 58 0 19 2A 29 18 1A 2F
Octal 227 161 130 0 31 52 51 30 32 57
Binary 10010111 1110001 1011000 0 11001 101010 101001 11000 11010 101111

Color Harmonies of #977158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977158

Black with #977158

Text Example


Text Example

White with #977158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977158; }

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

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

background-color css

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

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

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

border-color css

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

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

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