Shades of Schooner #8F8571
Tints of Schooner #8F8571
RGB
CMYK
RGB Variations
Color information
#8F8571 (or 0x8F8571) is known color: Schooner. HEX triplet: 8F, 85 and 71. RGB value is (143,133,113). Sum of RGB (Red+Green+Blue) = 143+133+113=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8571 is #707A8E. Grayscale: #858585. Windows color (decimal): -7371407 or 7439759. OLE color: 7439759.
HSL color Cylindrical-coordinate representation of color #8F8571: hue angle of 40º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F8571 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 133 | 113 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.44 |
| HSL | 40º | 0.12% | 0.5% | - |
| HSV(B) | 40º | 0.21% | 0.56% | - |
| XYZ | 22.7 | 23.81 | 19.02 | - |
| YUV | 133.71 | 116.31 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 133 | 113 | 0 | 0.07 | 0.21 | 0.44 | 40 | 0.12 | 0.5 |
| Hex | 8F | 85 | 71 | 0 | 7 | 15 | 2C | 28 | C | 32 |
| Octal | 217 | 205 | 161 | 0 | 7 | 25 | 54 | 50 | 14 | 62 |
| Binary | 10001111 | 10000101 | 1110001 | 0 | 111 | 10101 | 101100 | 101000 | 1100 | 110010 |
Color Harmonies of #8F8571
Complementary color
Monochromatic Colors of #8F8571
Black with #8F8571
Text Example
Text Example
White with #8F8571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8571; }
p { color: rgb(143,133,113); }
H1.HeaderClassName
{
color: #8F8571;
}
.AnyTagClassName
{
color: #8F8571;
}
</style>
background-color css
<style>
a { background-color: #8F8571; }
a { background-color: rgb(143,133,113); }
div.DivClassName
{
background-color: #8F8571;
}
.BgClassName
{
background-color: #8F8571;
}
</style>
border-color css
<style>
span { border-color: #8F8571; }
span { border-color: rgb(143,133,113); }
td.TdClassName
{
border-color: #8F8571;
}
.TagClassName
{
border-color: #8F8571;
}
</style>