#937565

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

Shades of Beaver #937565

Tints of Beaver #937565

Color information

#937565 (or 0x937565) is unknown color: approx Beaver. HEX triplet: 93, 75 and 65. RGB value is (147,117,101). Sum of RGB (Red+Green+Blue) = 147+117+101=365 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.27% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 147 - color contains mainly: red. Hex color #937565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937565 is #6C8A9A. Grayscale: #7C7C7C. Windows color (decimal): -7113371 or 6649235. OLE color: 6649235.

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

Color convert

RGB147117101-
CMYK00.200.310.42
HSL20.87º18.55%48.63%-
HSV(B)20.87º31.29%57.65%-
XYZ20.7419.8715.05-
YUV124.15114.94144.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.27%
GREEN value IS 117 (46.09% from 255) = 32.05%
BLUE value IS 101 (39.84% from 255) = 27.67%
R=40.27%
G=32.05%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711710100.200.310.4220.8718.5548.63
Hex9375650141F2A151331
Octal2231651450243752252361
Binary1001001111101011100101010100111111010101010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937565; }

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

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

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

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

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

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

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

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