Shades of Beaver #93745F
Tints of Beaver #93745F
RGB
CMYK
RGB Variations
Color information
#93745F (or 0x93745F) is known color: 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
| RGB | 147 | 116 | 95 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.42 |
| HSL | 24.23º | 0.21% | 0.47% | - |
| HSV(B) | 24.23º | 0.35% | 0.58% | - |
| XYZ | 20.34 | 19.52 | 13.52 | - |
| YUV | 122.88 | 112.27 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 116 | 95 | 0 | 0.21 | 0.35 | 0.42 | 24.23 | 0.21 | 0.47 |
| Hex | 93 | 74 | 5F | 0 | 15 | 23 | 2A | 18 | 15 | 2F |
| Octal | 223 | 164 | 137 | 0 | 25 | 43 | 52 | 30 | 25 | 57 |
| Binary | 10010011 | 1110100 | 1011111 | 0 | 10101 | 100011 | 101010 | 11000 | 10101 | 101111 |
Color Harmonies of #93745F
Complementary color
Monochromatic Colors of #93745F
Black with #93745F
Text Example
Text Example
White with #93745F
Text Example
Text Example
HTML Codes & Css Web 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>