#93745F

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

Shades of Beaver #93745F

Tints of Beaver #93745F

Color information

#93745F (or 0x93745F) is unknown color: approx Beaver. HEX triplet: 93, 74 and 5F. RGB value is (147,116,95). Sum of RGB (Red+Green+Blue) = 147+116+95=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 147 - color contains mainly: red. Hex color #93745F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93745F is #6C8BA0. Grayscale: #7A7A7A. Windows color (decimal): -7113633 or 6255763. OLE color: 6255763.

HSL color Cylindrical-coordinate representation of color #93745F: hue angle of 24.23º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93745F is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB14711695-
CMYK00.210.350.42
HSL24.23º21.49%47.45%-
HSV(B)24.23º35.37%57.65%-
XYZ20.3419.5213.52-
YUV122.87112.27145.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.06%
GREEN value IS 116 (45.70% from 255) = 32.40%
BLUE value IS 95 (37.5% from 255) = 26.54%
R=41.06%
G=32.40%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471169500.210.350.4224.2321.4947.45
Hex93745F015232A18152f
Octal2231641370254352302557
Binary10010011111010010111110101011000111010101100010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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