#937563

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

Shades of Beaver #937563

Tints of Beaver #937563

Color information

#937563 (or 0x937563) is unknown color: approx Beaver. HEX triplet: 93, 75 and 63. RGB value is (147,117,99). Sum of RGB (Red+Green+Blue) = 147+117+99=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 147 - color contains mainly: red. Hex color #937563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937563 is #6C8A9C. Grayscale: #7C7C7C. Windows color (decimal): -7113373 or 6518163. OLE color: 6518163.

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

Color convert

RGB14711799-
CMYK00.200.330.42
HSL22.5º19.51%48.24%-
HSV(B)22.5º32.65%57.65%-
XYZ20.6519.8314.54-
YUV123.92113.94144.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.50%
GREEN value IS 117 (46.09% from 255) = 32.23%
BLUE value IS 99 (39.06% from 255) = 27.27%
R=40.50%
G=32.23%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471179900.200.330.4222.519.5148.24
Hex937563014212A161430
Octal2231651430244152262460
Binary10010011111010111000110101001000011010101011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937563; }

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

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

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

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

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

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

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

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