#93745E

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

Shades of Beaver #93745E

Tints of Beaver #93745E

Color information

#93745E (or 0x93745E) is unknown color: approx Beaver. HEX triplet: 93, 74 and 5E. RGB value is (147,116,94). Sum of RGB (Red+Green+Blue) = 147+116+94=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 147 - color contains mainly: red. Hex color #93745E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93745E is #6C8BA1. Grayscale: #7A7A7A. Windows color (decimal): -7113634 or 6190227. OLE color: 6190227.

HSL color Cylindrical-coordinate representation of color #93745E: hue angle of 24.91º 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 #93745E is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB14711694-
CMYK00.210.360.42
HSL24.91º21.99%47.25%-
HSV(B)24.91º36.05%57.65%-
XYZ20.319.513.28-
YUV122.76111.77145.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.18%
GREEN value IS 116 (45.70% from 255) = 32.49%
BLUE value IS 94 (37.11% from 255) = 26.33%
R=41.18%
G=32.49%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471169400.210.360.4224.9121.9947.25
Hex93745E015242A19162f
Octal2231641360254452312657
Binary10010011111010010111100101011001001010101100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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