Shades of Beaver #8D7368
Tints of Beaver #8D7368
RGB
CMYK
RGB Variations
Color information
#8D7368 (or 0x8D7368) is known color: Beaver. HEX triplet: 8D, 73 and 68. RGB value is (141,115,104). Sum of RGB (Red+Green+Blue) = 141+115+104=360 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.17% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7368 is #728C97. Grayscale: #797979. Windows color (decimal): -7507096 or 6845325. OLE color: 6845325.
HSL color Cylindrical-coordinate representation of color #8D7368: hue angle of 17.84º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8D7368 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 115 | 104 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.45 |
| HSL | 17.84º | 0.15% | 0.48% | - |
| HSV(B) | 17.84º | 0.26% | 0.55% | - |
| XYZ | 19.61 | 18.92 | 15.72 | - |
| YUV | 121.52 | 118.11 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 115 | 104 | 0 | 0.18 | 0.26 | 0.45 | 17.84 | 0.15 | 0.48 |
| Hex | 8D | 73 | 68 | 0 | 12 | 1A | 2D | 12 | F | 30 |
| Octal | 215 | 163 | 150 | 0 | 22 | 32 | 55 | 22 | 17 | 60 |
| Binary | 10001101 | 1110011 | 1101000 | 0 | 10010 | 11010 | 101101 | 10010 | 1111 | 110000 |
Color Harmonies of #8D7368
Complementary color
Monochromatic Colors of #8D7368
Black with #8D7368
Text Example
Text Example
White with #8D7368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7368; }
p { color: rgb(141,115,104); }
H1.HeaderClassName
{
color: #8D7368;
}
.AnyTagClassName
{
color: #8D7368;
}
</style>
background-color css
<style>
a { background-color: #8D7368; }
a { background-color: rgb(141,115,104); }
div.DivClassName
{
background-color: #8D7368;
}
.BgClassName
{
background-color: #8D7368;
}
</style>
border-color css
<style>
span { border-color: #8D7368; }
span { border-color: rgb(141,115,104); }
td.TdClassName
{
border-color: #8D7368;
}
.TagClassName
{
border-color: #8D7368;
}
</style>