Shades of Beaver #8F735D
Tints of Beaver #8F735D
RGB
CMYK
RGB Variations
Color information
#8F735D (or 0x8F735D) is known color: Beaver. HEX triplet: 8F, 73 and 5D. RGB value is (143,115,93). Sum of RGB (Red+Green+Blue) = 143+115+93=351 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.74% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 143 - color contains mainly: red. Hex color #8F735D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F735D is #708CA2. Grayscale: #787878. Windows color (decimal): -7376035 or 6124431. OLE color: 6124431.
HSL color Cylindrical-coordinate representation of color #8F735D: hue angle of 26.4º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F735D is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 115 | 93 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.44 |
| HSL | 26.4º | 0.21% | 0.46% | - |
| HSV(B) | 26.4º | 0.35% | 0.56% | - |
| XYZ | 19.43 | 18.89 | 12.98 | - |
| YUV | 120.86 | 112.28 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 115 | 93 | 0 | 0.20 | 0.35 | 0.44 | 26.4 | 0.21 | 0.46 |
| Hex | 8F | 73 | 5D | 0 | 14 | 23 | 2C | 1A | 15 | 2E |
| Octal | 217 | 163 | 135 | 0 | 24 | 43 | 54 | 32 | 25 | 56 |
| Binary | 10001111 | 1110011 | 1011101 | 0 | 10100 | 100011 | 101100 | 11010 | 10101 | 101110 |
Color Harmonies of #8F735D
Complementary color
Monochromatic Colors of #8F735D
Black with #8F735D
Text Example
Text Example
White with #8F735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F735D; }
p { color: rgb(143,115,93); }
H1.HeaderClassName
{
color: #8F735D;
}
.AnyTagClassName
{
color: #8F735D;
}
</style>
background-color css
<style>
a { background-color: #8F735D; }
a { background-color: rgb(143,115,93); }
div.DivClassName
{
background-color: #8F735D;
}
.BgClassName
{
background-color: #8F735D;
}
</style>
border-color css
<style>
span { border-color: #8F735D; }
span { border-color: rgb(143,115,93); }
td.TdClassName
{
border-color: #8F735D;
}
.TagClassName
{
border-color: #8F735D;
}
</style>