Shades of Schooner #8D8579
Tints of Schooner #8D8579
RGB
CMYK
RGB Variations
Color information
#8D8579 (or 0x8D8579) is known color: Schooner. HEX triplet: 8D, 85 and 79. RGB value is (141,133,121). Sum of RGB (Red+Green+Blue) = 141+133+121=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8579 is #727A86. Grayscale: #868686. Windows color (decimal): -7502471 or 7964045. OLE color: 7964045.
HSL color Cylindrical-coordinate representation of color #8D8579: hue angle of 36º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8D8579 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 133 | 121 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.45 |
| HSL | 36º | 0.08% | 0.51% | - |
| HSV(B) | 36º | 0.14% | 0.55% | - |
| XYZ | 22.82 | 23.82 | 21.48 | - |
| YUV | 134.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 133 | 121 | 0 | 0.06 | 0.14 | 0.45 | 36 | 0.08 | 0.51 |
| Hex | 8D | 85 | 79 | 0 | 6 | E | 2D | 24 | 8 | 33 |
| Octal | 215 | 205 | 171 | 0 | 6 | 16 | 55 | 44 | 10 | 63 |
| Binary | 10001101 | 10000101 | 1111001 | 0 | 110 | 1110 | 101101 | 100100 | 1000 | 110011 |
Color Harmonies of #8D8579
Complementary color
Monochromatic Colors of #8D8579
Black with #8D8579
Text Example
Text Example
White with #8D8579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8579; }
p { color: rgb(141,133,121); }
H1.HeaderClassName
{
color: #8D8579;
}
.AnyTagClassName
{
color: #8D8579;
}
</style>
background-color css
<style>
a { background-color: #8D8579; }
a { background-color: rgb(141,133,121); }
div.DivClassName
{
background-color: #8D8579;
}
.BgClassName
{
background-color: #8D8579;
}
</style>
border-color css
<style>
span { border-color: #8D8579; }
span { border-color: rgb(141,133,121); }
td.TdClassName
{
border-color: #8D8579;
}
.TagClassName
{
border-color: #8D8579;
}
</style>