#957461

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

Shades of Beaver #957461

Tints of Beaver #957461

Color information

#957461 (or 0x957461) is unknown color: approx Beaver. HEX triplet: 95, 74 and 61. RGB value is (149,116,97). Sum of RGB (Red+Green+Blue) = 149+116+97=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #957461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957461 is #6A8B9E. Grayscale: #7B7B7B. Windows color (decimal): -6982559 or 6386837. OLE color: 6386837.

HSL color Cylindrical-coordinate representation of color #957461: hue angle of 21.92º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #957461 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB14911697-
CMYK00.220.350.42
HSL21.92º21.14%48.24%-
HSV(B)21.92º34.9%58.43%-
XYZ20.819.7414.02-
YUV123.7112.93146.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.16%
GREEN value IS 116 (45.70% from 255) = 32.04%
BLUE value IS 97 (38.28% from 255) = 26.80%
R=41.16%
G=32.04%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491169700.220.350.4221.9221.1448.24
Hex957461016232A161530
Octal2251641410264352262560
Binary10010101111010011000010101101000111010101011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957461; }

 p { color: rgb(149,116,97); }

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

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

 a { background-color: rgb(149,116,97); }

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

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

 span { border-color: rgb(149,116,97); }

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