#977258

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

Shades of Beaver #977258

Tints of Beaver #977258

Color information

#977258 (or 0x977258) is unknown color: approx Beaver. HEX triplet: 97, 72 and 58. RGB value is (151,114,88). Sum of RGB (Red+Green+Blue) = 151+114+88=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 151 - color contains mainly: red. Hex color #977258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977258 is #688DA7. Grayscale: #7A7A7A. Windows color (decimal): -6852008 or 5796503. OLE color: 5796503.

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

Color convert

RGB15111488-
CMYK00.250.420.41
HSL24.76º26.36%46.86%-
HSV(B)24.76º41.72%59.22%-
XYZ20.5419.3211.88-
YUV122.1108.76148.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.78%
GREEN value IS 114 (44.92% from 255) = 32.29%
BLUE value IS 88 (34.77% from 255) = 24.93%
R=42.78%
G=32.29%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511148800.250.420.4124.7626.3646.86
Hex9772580192A29191a2f
Octal2271621300315251313257
Binary10010111111001010110000110011010101010011100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977258; }

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

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

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

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

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

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

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

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