Shades of Schooner #8E8273
Tints of Schooner #8E8273
RGB
CMYK
RGB Variations
Color information
#8E8273 (or 0x8E8273) is known color: Schooner. HEX triplet: 8E, 82 and 73. RGB value is (142,130,115). Sum of RGB (Red+Green+Blue) = 142+130+115=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8273 is #717D8C. Grayscale: #838383. Windows color (decimal): -7437709 or 7570062. OLE color: 7570062.
HSL color Cylindrical-coordinate representation of color #8E8273: hue angle of 33.33º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8E8273 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 130 | 115 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.44 |
| HSL | 33.33º | 0.11% | 0.5% | - |
| HSV(B) | 33.33º | 0.19% | 0.56% | - |
| XYZ | 22.23 | 22.95 | 19.48 | - |
| YUV | 131.88 | 118.48 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 130 | 115 | 0 | 0.08 | 0.19 | 0.44 | 33.33 | 0.11 | 0.5 |
| Hex | 8E | 82 | 73 | 0 | 8 | 13 | 2C | 21 | B | 32 |
| Octal | 216 | 202 | 163 | 0 | 10 | 23 | 54 | 41 | 13 | 62 |
| Binary | 10001110 | 10000010 | 1110011 | 0 | 1000 | 10011 | 101100 | 100001 | 1011 | 110010 |
Color Harmonies of #8E8273
Complementary color
Monochromatic Colors of #8E8273
Black with #8E8273
Text Example
Text Example
White with #8E8273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8273; }
p { color: rgb(142,130,115); }
H1.HeaderClassName
{
color: #8E8273;
}
.AnyTagClassName
{
color: #8E8273;
}
</style>
background-color css
<style>
a { background-color: #8E8273; }
a { background-color: rgb(142,130,115); }
div.DivClassName
{
background-color: #8E8273;
}
.BgClassName
{
background-color: #8E8273;
}
</style>
border-color css
<style>
span { border-color: #8E8273; }
span { border-color: rgb(142,130,115); }
td.TdClassName
{
border-color: #8E8273;
}
.TagClassName
{
border-color: #8E8273;
}
</style>