Shades of Beaver #8D7163
Tints of Beaver #8D7163
RGB
CMYK
RGB Variations
Color information
#8D7163 (or 0x8D7163) is known color: Beaver. HEX triplet: 8D, 71 and 63. RGB value is (141,113,99). Sum of RGB (Red+Green+Blue) = 141+113+99=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7163 is #728E9C. Grayscale: #777777. Windows color (decimal): -7507613 or 6517133. OLE color: 6517133.
HSL color Cylindrical-coordinate representation of color #8D7163: hue angle of 20º 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 #8D7163 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 113 | 99 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.45 |
| HSL | 20º | 0.18% | 0.47% | - |
| HSV(B) | 20º | 0.3% | 0.55% | - |
| XYZ | 19.14 | 18.37 | 14.34 | - |
| YUV | 119.78 | 116.28 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 113 | 99 | 0 | 0.20 | 0.30 | 0.45 | 20 | 0.18 | 0.47 |
| Hex | 8D | 71 | 63 | 0 | 14 | 1E | 2D | 14 | 12 | 2F |
| Octal | 215 | 161 | 143 | 0 | 24 | 36 | 55 | 24 | 22 | 57 |
| Binary | 10001101 | 1110001 | 1100011 | 0 | 10100 | 11110 | 101101 | 10100 | 10010 | 101111 |
Color Harmonies of #8D7163
Complementary color
Monochromatic Colors of #8D7163
Black with #8D7163
Text Example
Text Example
White with #8D7163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7163; }
p { color: rgb(141,113,99); }
H1.HeaderClassName
{
color: #8D7163;
}
.AnyTagClassName
{
color: #8D7163;
}
</style>
background-color css
<style>
a { background-color: #8D7163; }
a { background-color: rgb(141,113,99); }
div.DivClassName
{
background-color: #8D7163;
}
.BgClassName
{
background-color: #8D7163;
}
</style>
border-color css
<style>
span { border-color: #8D7163; }
span { border-color: rgb(141,113,99); }
td.TdClassName
{
border-color: #8D7163;
}
.TagClassName
{
border-color: #8D7163;
}
</style>