#957565

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

Shades of Beaver #957565

Tints of Beaver #957565

Color information

#957565 (or 0x957565) is unknown color: approx Beaver. HEX triplet: 95, 75 and 65. RGB value is (149,117,101). Sum of RGB (Red+Green+Blue) = 149+117+101=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #957565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957565 is #6A8A9A. Grayscale: #7C7C7C. Windows color (decimal): -6982299 or 6649237. OLE color: 6649237.

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

Color convert

RGB149117101-
CMYK00.210.320.42
HSL20º19.2%49.02%-
HSV(B)20º32.21%58.43%-
XYZ21.120.0515.07-
YUV124.74114.6145.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.60%
GREEN value IS 117 (46.09% from 255) = 31.88%
BLUE value IS 101 (39.84% from 255) = 27.52%
R=40.60%
G=31.88%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911710100.210.320.422019.249.02
Hex957565015202A141331
Octal2251651450254052242361
Binary10010101111010111001010101011000001010101010010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957565; }

 p { color: rgb(149,117,101); }

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

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

 a { background-color: rgb(149,117,101); }

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

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

 span { border-color: rgb(149,117,101); }

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