Shades of Schooner #8D8371
Tints of Schooner #8D8371
RGB
CMYK
RGB Variations
Color information
#8D8371 (or 0x8D8371) is known color: Schooner. HEX triplet: 8D, 83 and 71. RGB value is (141,131,113). Sum of RGB (Red+Green+Blue) = 141+131+113=385 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.62% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8371 is #727C8E. Grayscale: #848484. Windows color (decimal): -7502991 or 7439245. OLE color: 7439245.
HSL color Cylindrical-coordinate representation of color #8D8371: hue angle of 38.57º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8D8371 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 131 | 113 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.45 |
| HSL | 38.57º | 0.11% | 0.5% | - |
| HSV(B) | 38.57º | 0.2% | 0.55% | - |
| XYZ | 22.08 | 23.09 | 18.92 | - |
| YUV | 131.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 131 | 113 | 0 | 0.07 | 0.20 | 0.45 | 38.57 | 0.11 | 0.5 |
| Hex | 8D | 83 | 71 | 0 | 7 | 14 | 2D | 27 | B | 32 |
| Octal | 215 | 203 | 161 | 0 | 7 | 24 | 55 | 47 | 13 | 62 |
| Binary | 10001101 | 10000011 | 1110001 | 0 | 111 | 10100 | 101101 | 100111 | 1011 | 110010 |
Color Harmonies of #8D8371
Complementary color
Monochromatic Colors of #8D8371
Black with #8D8371
Text Example
Text Example
White with #8D8371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8371; }
p { color: rgb(141,131,113); }
H1.HeaderClassName
{
color: #8D8371;
}
.AnyTagClassName
{
color: #8D8371;
}
</style>
background-color css
<style>
a { background-color: #8D8371; }
a { background-color: rgb(141,131,113); }
div.DivClassName
{
background-color: #8D8371;
}
.BgClassName
{
background-color: #8D8371;
}
</style>
border-color css
<style>
span { border-color: #8D8371; }
span { border-color: rgb(141,131,113); }
td.TdClassName
{
border-color: #8D8371;
}
.TagClassName
{
border-color: #8D8371;
}
</style>