Shades of Beaver #8F755D
Tints of Beaver #8F755D
RGB
CMYK
RGB Variations
Color information
#8F755D (or 0x8F755D) is known color: Beaver. HEX triplet: 8F, 75 and 5D. RGB value is (143,117,93). Sum of RGB (Red+Green+Blue) = 143+117+93=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 143 - color contains mainly: red. Hex color #8F755D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F755D is #708AA2. Grayscale: #7A7A7A. Windows color (decimal): -7375523 or 6124943. OLE color: 6124943.
HSL color Cylindrical-coordinate representation of color #8F755D: hue angle of 28.8º 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 #8F755D is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 117 | 93 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.44 |
| HSL | 28.8º | 0.21% | 0.46% | - |
| HSV(B) | 28.8º | 0.35% | 0.56% | - |
| XYZ | 19.66 | 19.35 | 13.05 | - |
| YUV | 122.04 | 111.61 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 117 | 93 | 0 | 0.18 | 0.35 | 0.44 | 28.8 | 0.21 | 0.46 |
| Hex | 8F | 75 | 5D | 0 | 12 | 23 | 2C | 1D | 15 | 2E |
| Octal | 217 | 165 | 135 | 0 | 22 | 43 | 54 | 35 | 25 | 56 |
| Binary | 10001111 | 1110101 | 1011101 | 0 | 10010 | 100011 | 101100 | 11101 | 10101 | 101110 |
Color Harmonies of #8F755D
Complementary color
Monochromatic Colors of #8F755D
Black with #8F755D
Text Example
Text Example
White with #8F755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F755D; }
p { color: rgb(143,117,93); }
H1.HeaderClassName
{
color: #8F755D;
}
.AnyTagClassName
{
color: #8F755D;
}
</style>
background-color css
<style>
a { background-color: #8F755D; }
a { background-color: rgb(143,117,93); }
div.DivClassName
{
background-color: #8F755D;
}
.BgClassName
{
background-color: #8F755D;
}
</style>
border-color css
<style>
span { border-color: #8F755D; }
span { border-color: rgb(143,117,93); }
td.TdClassName
{
border-color: #8F755D;
}
.TagClassName
{
border-color: #8F755D;
}
</style>