Shades of Beaver #8F725F
Tints of Beaver #8F725F
RGB
CMYK
RGB Variations
Color information
#8F725F (or 0x8F725F) is known color: Beaver. HEX triplet: 8F, 72 and 5F. RGB value is (143,114,95). Sum of RGB (Red+Green+Blue) = 143+114+95=352 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.62% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 143 - color contains mainly: red. Hex color #8F725F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F725F is #708DA0. Grayscale: #787878. Windows color (decimal): -7376289 or 6255247. OLE color: 6255247.
HSL color Cylindrical-coordinate representation of color #8F725F: hue angle of 23.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F725F is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 114 | 95 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.44 |
| HSL | 23.75º | 0.2% | 0.47% | - |
| HSV(B) | 23.75º | 0.34% | 0.56% | - |
| XYZ | 19.41 | 18.7 | 13.41 | - |
| YUV | 120.51 | 113.61 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 114 | 95 | 0 | 0.20 | 0.34 | 0.44 | 23.75 | 0.2 | 0.47 |
| Hex | 8F | 72 | 5F | 0 | 14 | 22 | 2C | 18 | 14 | 2F |
| Octal | 217 | 162 | 137 | 0 | 24 | 42 | 54 | 30 | 24 | 57 |
| Binary | 10001111 | 1110010 | 1011111 | 0 | 10100 | 100010 | 101100 | 11000 | 10100 | 101111 |
Color Harmonies of #8F725F
Complementary color
Monochromatic Colors of #8F725F
Black with #8F725F
Text Example
Text Example
White with #8F725F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F725F; }
p { color: rgb(143,114,95); }
H1.HeaderClassName
{
color: #8F725F;
}
.AnyTagClassName
{
color: #8F725F;
}
</style>
background-color css
<style>
a { background-color: #8F725F; }
a { background-color: rgb(143,114,95); }
div.DivClassName
{
background-color: #8F725F;
}
.BgClassName
{
background-color: #8F725F;
}
</style>
border-color css
<style>
span { border-color: #8F725F; }
span { border-color: rgb(143,114,95); }
td.TdClassName
{
border-color: #8F725F;
}
.TagClassName
{
border-color: #8F725F;
}
</style>