#957360

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

Shades of Beaver #957360

Tints of Beaver #957360

Color information

#957360 (or 0x957360) is unknown color: approx Beaver. HEX triplet: 95, 73 and 60. RGB value is (149,115,96). Sum of RGB (Red+Green+Blue) = 149+115+96=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #957360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957360 is #6A8C9F. Grayscale: #7B7B7B. Windows color (decimal): -6982816 or 6321045. OLE color: 6321045.

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

Color convert

RGB14911596-
CMYK00.230.360.42
HSL21.51º21.63%48.04%-
HSV(B)21.51º35.57%58.43%-
XYZ20.6419.513.74-
YUV123112.76146.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.39%
GREEN value IS 115 (45.31% from 255) = 31.94%
BLUE value IS 96 (37.89% from 255) = 26.67%
R=41.39%
G=31.94%
B=26.67%

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
Decimal1491159600.230.360.4221.5121.6348.04
Hex957360017242A161630
Octal2251631400274452262660
Binary10010101111001111000000101111001001010101011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957360; }

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

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

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

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

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

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

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

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