Shades of Schooner #8D8370
Tints of Schooner #8D8370
RGB
CMYK
RGB Variations
Color information
#8D8370 (or 0x8D8370) is known color: Schooner. HEX triplet: 8D, 83 and 70. RGB value is (141,131,112). Sum of RGB (Red+Green+Blue) = 141+131+112=384 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.72% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8370 is #727C8F. Grayscale: #838383. Windows color (decimal): -7502992 or 7373709. OLE color: 7373709.
HSL color Cylindrical-coordinate representation of color #8D8370: hue angle of 39.31º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D8370 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 131 | 112 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.45 |
| HSL | 39.31º | 0.11% | 0.5% | - |
| HSV(B) | 39.31º | 0.21% | 0.55% | - |
| XYZ | 22.03 | 23.07 | 18.62 | - |
| YUV | 131.82 | 116.81 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 131 | 112 | 0 | 0.07 | 0.21 | 0.45 | 39.31 | 0.11 | 0.5 |
| Hex | 8D | 83 | 70 | 0 | 7 | 15 | 2D | 27 | B | 32 |
| Octal | 215 | 203 | 160 | 0 | 7 | 25 | 55 | 47 | 13 | 62 |
| Binary | 10001101 | 10000011 | 1110000 | 0 | 111 | 10101 | 101101 | 100111 | 1011 | 110010 |
Color Harmonies of #8D8370
Complementary color
Monochromatic Colors of #8D8370
Black with #8D8370
Text Example
Text Example
White with #8D8370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8370; }
p { color: rgb(141,131,112); }
H1.HeaderClassName
{
color: #8D8370;
}
.AnyTagClassName
{
color: #8D8370;
}
</style>
background-color css
<style>
a { background-color: #8D8370; }
a { background-color: rgb(141,131,112); }
div.DivClassName
{
background-color: #8D8370;
}
.BgClassName
{
background-color: #8D8370;
}
</style>
border-color css
<style>
span { border-color: #8D8370; }
span { border-color: rgb(141,131,112); }
td.TdClassName
{
border-color: #8D8370;
}
.TagClassName
{
border-color: #8D8370;
}
</style>