Shades of Beaver #8A705D
Tints of Beaver #8A705D
RGB
CMYK
RGB Variations
Color information
#8A705D (or 0x8A705D) is known color: Beaver. HEX triplet: 8A, 70 and 5D. RGB value is (138,112,93). Sum of RGB (Red+Green+Blue) = 138+112+93=343 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.23% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 138 - color contains mainly: red. Hex color #8A705D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A705D is #758FA2. Grayscale: #757575. Windows color (decimal): -7704483 or 6123658. OLE color: 6123658.
HSL color Cylindrical-coordinate representation of color #8A705D: hue angle of 25.33º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A705D is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 112 | 93 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.46 |
| HSL | 25.33º | 0.19% | 0.45% | - |
| HSV(B) | 25.33º | 0.33% | 0.54% | - |
| XYZ | 18.25 | 17.78 | 12.83 | - |
| YUV | 117.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 112 | 93 | 0 | 0.19 | 0.33 | 0.46 | 25.33 | 0.19 | 0.45 |
| Hex | 8A | 70 | 5D | 0 | 13 | 21 | 2E | 19 | 13 | 2D |
| Octal | 212 | 160 | 135 | 0 | 23 | 41 | 56 | 31 | 23 | 55 |
| Binary | 10001010 | 1110000 | 1011101 | 0 | 10011 | 100001 | 101110 | 11001 | 10011 | 101101 |
Color Harmonies of #8A705D
Complementary color
Monochromatic Colors of #8A705D
Black with #8A705D
Text Example
Text Example
White with #8A705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A705D; }
p { color: rgb(138,112,93); }
H1.HeaderClassName
{
color: #8A705D;
}
.AnyTagClassName
{
color: #8A705D;
}
</style>
background-color css
<style>
a { background-color: #8A705D; }
a { background-color: rgb(138,112,93); }
div.DivClassName
{
background-color: #8A705D;
}
.BgClassName
{
background-color: #8A705D;
}
</style>
border-color css
<style>
span { border-color: #8A705D; }
span { border-color: rgb(138,112,93); }
td.TdClassName
{
border-color: #8A705D;
}
.TagClassName
{
border-color: #8A705D;
}
</style>