Shades of Beaver #8D7567
Tints of Beaver #8D7567
RGB
CMYK
RGB Variations
Color information
#8D7567 (or 0x8D7567) is known color: Beaver. HEX triplet: 8D, 75 and 67. RGB value is (141,117,103). Sum of RGB (Red+Green+Blue) = 141+117+103=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 103 (40.62% from 255 or 28.53% from 361); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7567 is #728A98. Grayscale: #7A7A7A. Windows color (decimal): -7506585 or 6780301. OLE color: 6780301.
HSL color Cylindrical-coordinate representation of color #8D7567: hue angle of 22.11º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8D7567 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 117 | 103 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.45 |
| HSL | 22.11º | 0.16% | 0.48% | - |
| HSV(B) | 22.11º | 0.27% | 0.55% | - |
| XYZ | 19.79 | 19.36 | 15.53 | - |
| YUV | 122.58 | 116.95 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 117 | 103 | 0 | 0.17 | 0.27 | 0.45 | 22.11 | 0.16 | 0.48 |
| Hex | 8D | 75 | 67 | 0 | 11 | 1B | 2D | 16 | 10 | 30 |
| Octal | 215 | 165 | 147 | 0 | 21 | 33 | 55 | 26 | 20 | 60 |
| Binary | 10001101 | 1110101 | 1100111 | 0 | 10001 | 11011 | 101101 | 10110 | 10000 | 110000 |
Color Harmonies of #8D7567
Complementary color
Monochromatic Colors of #8D7567
Black with #8D7567
Text Example
Text Example
White with #8D7567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7567; }
p { color: rgb(141,117,103); }
H1.HeaderClassName
{
color: #8D7567;
}
.AnyTagClassName
{
color: #8D7567;
}
</style>
background-color css
<style>
a { background-color: #8D7567; }
a { background-color: rgb(141,117,103); }
div.DivClassName
{
background-color: #8D7567;
}
.BgClassName
{
background-color: #8D7567;
}
</style>
border-color css
<style>
span { border-color: #8D7567; }
span { border-color: rgb(141,117,103); }
td.TdClassName
{
border-color: #8D7567;
}
.TagClassName
{
border-color: #8D7567;
}
</style>