Shades of Beaver #8D7365
Tints of Beaver #8D7365
RGB
CMYK
RGB Variations
Color information
#8D7365 (or 0x8D7365) is known color: Beaver. HEX triplet: 8D, 73 and 65. RGB value is (141,115,101). Sum of RGB (Red+Green+Blue) = 141+115+101=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7365 is #728C9A. Grayscale: #797979. Windows color (decimal): -7507099 or 6648717. OLE color: 6648717.
HSL color Cylindrical-coordinate representation of color #8D7365: hue angle of 21º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D7365 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 115 | 101 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.45 |
| HSL | 21º | 0.17% | 0.47% | - |
| HSV(B) | 21º | 0.28% | 0.55% | - |
| XYZ | 19.46 | 18.86 | 14.93 | - |
| YUV | 121.18 | 116.61 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 115 | 101 | 0 | 0.18 | 0.28 | 0.45 | 21 | 0.17 | 0.47 |
| Hex | 8D | 73 | 65 | 0 | 12 | 1C | 2D | 15 | 11 | 2F |
| Octal | 215 | 163 | 145 | 0 | 22 | 34 | 55 | 25 | 21 | 57 |
| Binary | 10001101 | 1110011 | 1100101 | 0 | 10010 | 11100 | 101101 | 10101 | 10001 | 101111 |
Color Harmonies of #8D7365
Complementary color
Monochromatic Colors of #8D7365
Black with #8D7365
Text Example
Text Example
White with #8D7365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7365; }
p { color: rgb(141,115,101); }
H1.HeaderClassName
{
color: #8D7365;
}
.AnyTagClassName
{
color: #8D7365;
}
</style>
background-color css
<style>
a { background-color: #8D7365; }
a { background-color: rgb(141,115,101); }
div.DivClassName
{
background-color: #8D7365;
}
.BgClassName
{
background-color: #8D7365;
}
</style>
border-color css
<style>
span { border-color: #8D7365; }
span { border-color: rgb(141,115,101); }
td.TdClassName
{
border-color: #8D7365;
}
.TagClassName
{
border-color: #8D7365;
}
</style>