#937363

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

Shades of Beaver #937363

Tints of Beaver #937363

Color information

#937363 (or 0x937363) is unknown color: approx Beaver. HEX triplet: 93, 73 and 63. RGB value is (147,115,99). Sum of RGB (Red+Green+Blue) = 147+115+99=361 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.72% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 147 - color contains mainly: red. Hex color #937363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937363 is #6C8C9C. Grayscale: #7A7A7A. Windows color (decimal): -7113885 or 6517651. OLE color: 6517651.

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

Color convert

RGB14711599-
CMYK00.220.330.42
HSL20º19.51%48.24%-
HSV(B)20º32.65%57.65%-
XYZ20.4219.3714.47-
YUV122.74114.6145.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.72%
GREEN value IS 115 (45.31% from 255) = 31.86%
BLUE value IS 99 (39.06% from 255) = 27.42%
R=40.72%
G=31.86%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471159900.220.330.422019.5148.24
Hex937363016212A141430
Octal2231631430264152242460
Binary10010011111001111000110101101000011010101010010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937363; }

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

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

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

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

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

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

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

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