Shades of Beaver #93735B
Tints of Beaver #93735B
RGB
CMYK
RGB Variations
Color information
#93735B (or 0x93735B) is known color: Beaver. HEX triplet: 93, 73 and 5B. RGB value is (147,115,91). Sum of RGB (Red+Green+Blue) = 147+115+91=353 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.64% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 147 - color contains mainly: red. Hex color #93735B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93735B is #6C8CA4. Grayscale: #797979. Windows color (decimal): -7113893 or 5993363. OLE color: 5993363.
HSL color Cylindrical-coordinate representation of color #93735B: hue angle of 25.71º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93735B is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 115 | 91 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.42 |
| HSL | 25.71º | 0.24% | 0.47% | - |
| HSV(B) | 25.71º | 0.38% | 0.58% | - |
| XYZ | 20.05 | 19.22 | 12.55 | - |
| YUV | 121.83 | 110.6 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 115 | 91 | 0 | 0.22 | 0.38 | 0.42 | 25.71 | 0.24 | 0.47 |
| Hex | 93 | 73 | 5B | 0 | 16 | 26 | 2A | 1A | 18 | 2F |
| Octal | 223 | 163 | 133 | 0 | 26 | 46 | 52 | 32 | 30 | 57 |
| Binary | 10010011 | 1110011 | 1011011 | 0 | 10110 | 100110 | 101010 | 11010 | 11000 | 101111 |
Color Harmonies of #93735B
Complementary color
Monochromatic Colors of #93735B
Black with #93735B
Text Example
Text Example
White with #93735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93735B; }
p { color: rgb(147,115,91); }
H1.HeaderClassName
{
color: #93735B;
}
.AnyTagClassName
{
color: #93735B;
}
</style>
background-color css
<style>
a { background-color: #93735B; }
a { background-color: rgb(147,115,91); }
div.DivClassName
{
background-color: #93735B;
}
.BgClassName
{
background-color: #93735B;
}
</style>
border-color css
<style>
span { border-color: #93735B; }
span { border-color: rgb(147,115,91); }
td.TdClassName
{
border-color: #93735B;
}
.TagClassName
{
border-color: #93735B;
}
</style>