Shades of Schooner #8D8475
Tints of Schooner #8D8475
RGB
CMYK
RGB Variations
Color information
#8D8475 (or 0x8D8475) is known color: Schooner. HEX triplet: 8D, 84 and 75. RGB value is (141,132,117). Sum of RGB (Red+Green+Blue) = 141+132+117=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8475 is #727B8A. Grayscale: #858585. Windows color (decimal): -7502731 or 7701645. OLE color: 7701645.
HSL color Cylindrical-coordinate representation of color #8D8475: hue angle of 37.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8D8475 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 132 | 117 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.45 |
| HSL | 37.5º | 0.1% | 0.51% | - |
| HSV(B) | 37.5º | 0.17% | 0.55% | - |
| XYZ | 22.45 | 23.45 | 20.17 | - |
| YUV | 132.98 | 118.98 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 132 | 117 | 0 | 0.06 | 0.17 | 0.45 | 37.5 | 0.1 | 0.51 |
| Hex | 8D | 84 | 75 | 0 | 6 | 11 | 2D | 26 | A | 33 |
| Octal | 215 | 204 | 165 | 0 | 6 | 21 | 55 | 46 | 12 | 63 |
| Binary | 10001101 | 10000100 | 1110101 | 0 | 110 | 10001 | 101101 | 100110 | 1010 | 110011 |
Color Harmonies of #8D8475
Complementary color
Monochromatic Colors of #8D8475
Black with #8D8475
Text Example
Text Example
White with #8D8475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8475; }
p { color: rgb(141,132,117); }
H1.HeaderClassName
{
color: #8D8475;
}
.AnyTagClassName
{
color: #8D8475;
}
</style>
background-color css
<style>
a { background-color: #8D8475; }
a { background-color: rgb(141,132,117); }
div.DivClassName
{
background-color: #8D8475;
}
.BgClassName
{
background-color: #8D8475;
}
</style>
border-color css
<style>
span { border-color: #8D8475; }
span { border-color: rgb(141,132,117); }
td.TdClassName
{
border-color: #8D8475;
}
.TagClassName
{
border-color: #8D8475;
}
</style>