#93715E

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

Shades of Beaver #93715E

Tints of Beaver #93715E

Color information

#93715E (or 0x93715E) is unknown color: approx Beaver. HEX triplet: 93, 71 and 5E. RGB value is (147,113,94). Sum of RGB (Red+Green+Blue) = 147+113+94=354 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.53% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 147 - color contains mainly: red. Hex color #93715E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93715E is #6C8EA1. Grayscale: #797979. Windows color (decimal): -7114402 or 6189459. OLE color: 6189459.

HSL color Cylindrical-coordinate representation of color #93715E: hue angle of 21.51º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93715E is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB14711394-
CMYK00.230.360.42
HSL21.51º21.99%47.25%-
HSV(B)21.51º36.05%57.65%-
XYZ19.9618.8213.17-
YUV121112.76146.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.53%
GREEN value IS 113 (44.53% from 255) = 31.92%
BLUE value IS 94 (37.11% from 255) = 26.55%
R=41.53%
G=31.92%
B=26.55%

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
Decimal1471139400.230.360.4221.5121.9947.25
Hex93715E017242A16162f
Octal2231611360274452262657
Binary10010011111000110111100101111001001010101011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93715E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93715E; }

 p { color: rgb(147,113,94); }

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

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

 a { background-color: rgb(147,113,94); }

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

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

 span { border-color: rgb(147,113,94); }

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