#957260

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

Shades of Beaver #957260

Tints of Beaver #957260

Color information

#957260 (or 0x957260) is unknown color: approx Beaver. HEX triplet: 95, 72 and 60. RGB value is (149,114,96). Sum of RGB (Red+Green+Blue) = 149+114+96=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #957260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957260 is #6A8D9F. Grayscale: #7A7A7A. Windows color (decimal): -6983072 or 6320789. OLE color: 6320789.

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

Color convert

RGB14911496-
CMYK00.230.360.42
HSL20.38º21.63%48.04%-
HSV(B)20.38º35.57%58.43%-
XYZ20.5219.2713.7-
YUV122.41113.1146.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.50%
GREEN value IS 114 (44.92% from 255) = 31.75%
BLUE value IS 96 (37.89% from 255) = 26.74%
R=41.50%
G=31.75%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491149600.230.360.4220.3821.6348.04
Hex957260017242A141630
Octal2251621400274452242660
Binary10010101111001011000000101111001001010101010010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957260; }

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

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

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

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

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

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

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

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