Shades of Beaver #8D7063
Tints of Beaver #8D7063
RGB
CMYK
RGB Variations
Color information
#8D7063 (or 0x8D7063) is known color: Beaver. HEX triplet: 8D, 70 and 63. RGB value is (141,112,99). Sum of RGB (Red+Green+Blue) = 141+112+99=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7063 is #728F9C. Grayscale: #777777. Windows color (decimal): -7507869 or 6516877. OLE color: 6516877.
HSL color Cylindrical-coordinate representation of color #8D7063: hue angle of 18.57º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D7063 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 112 | 99 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.45 |
| HSL | 18.57º | 0.18% | 0.47% | - |
| HSV(B) | 18.57º | 0.3% | 0.55% | - |
| XYZ | 19.03 | 18.15 | 14.31 | - |
| YUV | 119.19 | 116.61 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 112 | 99 | 0 | 0.21 | 0.30 | 0.45 | 18.57 | 0.18 | 0.47 |
| Hex | 8D | 70 | 63 | 0 | 15 | 1E | 2D | 13 | 12 | 2F |
| Octal | 215 | 160 | 143 | 0 | 25 | 36 | 55 | 23 | 22 | 57 |
| Binary | 10001101 | 1110000 | 1100011 | 0 | 10101 | 11110 | 101101 | 10011 | 10010 | 101111 |
Color Harmonies of #8D7063
Complementary color
Monochromatic Colors of #8D7063
Black with #8D7063
Text Example
Text Example
White with #8D7063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7063; }
p { color: rgb(141,112,99); }
H1.HeaderClassName
{
color: #8D7063;
}
.AnyTagClassName
{
color: #8D7063;
}
</style>
background-color css
<style>
a { background-color: #8D7063; }
a { background-color: rgb(141,112,99); }
div.DivClassName
{
background-color: #8D7063;
}
.BgClassName
{
background-color: #8D7063;
}
</style>
border-color css
<style>
span { border-color: #8D7063; }
span { border-color: rgb(141,112,99); }
td.TdClassName
{
border-color: #8D7063;
}
.TagClassName
{
border-color: #8D7063;
}
</style>