#957261

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

Shades of Beaver #957261

Tints of Beaver #957261

Color information

#957261 (or 0x957261) is unknown color: approx Beaver. HEX triplet: 95, 72 and 61. RGB value is (149,114,97). Sum of RGB (Red+Green+Blue) = 149+114+97=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #957261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957261 is #6A8D9E. Grayscale: #7A7A7A. Windows color (decimal): -6983071 or 6386325. OLE color: 6386325.

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

Color convert

RGB14911497-
CMYK00.230.350.42
HSL19.62º21.14%48.24%-
HSV(B)19.62º34.9%58.43%-
XYZ20.5719.2913.95-
YUV122.53113.6146.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.39%
GREEN value IS 114 (44.92% from 255) = 31.67%
BLUE value IS 97 (38.28% from 255) = 26.94%
R=41.39%
G=31.67%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491149700.230.350.4219.6221.1448.24
Hex957261017232A141530
Octal2251621410274352242560
Binary10010101111001011000010101111000111010101010010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957261; }

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

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

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

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

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

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

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

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