Shades of Beaver #8A7063
Tints of Beaver #8A7063
RGB
CMYK
RGB Variations
Color information
#8A7063 (or 0x8A7063) is known color: Beaver. HEX triplet: 8A, 70 and 63. RGB value is (138,112,99). Sum of RGB (Red+Green+Blue) = 138+112+99=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 99 (39.06% from 255 or 28.37% from 349); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7063 is #758F9C. Grayscale: #767676. Windows color (decimal): -7704477 or 6516874. OLE color: 6516874.
HSL color Cylindrical-coordinate representation of color #8A7063: hue angle of 20º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A7063 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 112 | 99 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.46 |
| HSL | 20º | 0.16% | 0.46% | - |
| HSV(B) | 20º | 0.28% | 0.54% | - |
| XYZ | 18.53 | 17.89 | 14.28 | - |
| YUV | 118.29 | 117.11 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 112 | 99 | 0 | 0.19 | 0.28 | 0.46 | 20 | 0.16 | 0.46 |
| Hex | 8A | 70 | 63 | 0 | 13 | 1C | 2E | 14 | 10 | 2E |
| Octal | 212 | 160 | 143 | 0 | 23 | 34 | 56 | 24 | 20 | 56 |
| Binary | 10001010 | 1110000 | 1100011 | 0 | 10011 | 11100 | 101110 | 10100 | 10000 | 101110 |
Color Harmonies of #8A7063
Complementary color
Monochromatic Colors of #8A7063
Black with #8A7063
Text Example
Text Example
White with #8A7063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7063; }
p { color: rgb(138,112,99); }
H1.HeaderClassName
{
color: #8A7063;
}
.AnyTagClassName
{
color: #8A7063;
}
</style>
background-color css
<style>
a { background-color: #8A7063; }
a { background-color: rgb(138,112,99); }
div.DivClassName
{
background-color: #8A7063;
}
.BgClassName
{
background-color: #8A7063;
}
</style>
border-color css
<style>
span { border-color: #8A7063; }
span { border-color: rgb(138,112,99); }
td.TdClassName
{
border-color: #8A7063;
}
.TagClassName
{
border-color: #8A7063;
}
</style>