#957056

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

Shades of Beaver #957056

Tints of Beaver #957056

Color information

#957056 (or 0x957056) is unknown color: approx Beaver. HEX triplet: 95, 70 and 56. RGB value is (149,112,86). Sum of RGB (Red+Green+Blue) = 149+112+86=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #957056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957056 is #6A8FA9. Grayscale: #787878. Windows color (decimal): -6983594 or 5664917. OLE color: 5664917.

HSL color Cylindrical-coordinate representation of color #957056: hue angle of 24.76º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #957056 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB14911286-
CMYK00.250.420.42
HSL24.76º26.81%46.08%-
HSV(B)24.76º42.28%58.43%-
XYZ19.8718.6511.36-
YUV120.1108.76148.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.94%
GREEN value IS 112 (44.14% from 255) = 32.28%
BLUE value IS 86 (33.98% from 255) = 24.78%
R=42.94%
G=32.28%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491128600.250.420.4224.7626.8146.08
Hex9570560192A2A191b2e
Octal2251601260315252313356
Binary10010101111000010101100110011010101010101100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957056; }

 p { color: rgb(149,112,86); }

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

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

 a { background-color: rgb(149,112,86); }

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

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

 span { border-color: rgb(149,112,86); }

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