Shades of Schooner #8E8173
Tints of Schooner #8E8173
RGB
CMYK
RGB Variations
Color information
#8E8173 (or 0x8E8173) is known color: Schooner. HEX triplet: 8E, 81 and 73. RGB value is (142,129,115). Sum of RGB (Red+Green+Blue) = 142+129+115=386 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.79% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8173 is #717E8C. Grayscale: #838383. Windows color (decimal): -7437965 or 7569806. OLE color: 7569806.
HSL color Cylindrical-coordinate representation of color #8E8173: hue angle of 31.11º 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 #8E8173 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 129 | 115 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.44 |
| HSL | 31.11º | 0.11% | 0.5% | - |
| HSV(B) | 31.11º | 0.19% | 0.56% | - |
| XYZ | 22.1 | 22.69 | 19.43 | - |
| YUV | 131.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 129 | 115 | 0 | 0.09 | 0.19 | 0.44 | 31.11 | 0.11 | 0.5 |
| Hex | 8E | 81 | 73 | 0 | 9 | 13 | 2C | 1F | B | 32 |
| Octal | 216 | 201 | 163 | 0 | 11 | 23 | 54 | 37 | 13 | 62 |
| Binary | 10001110 | 10000001 | 1110011 | 0 | 1001 | 10011 | 101100 | 11111 | 1011 | 110010 |
Color Harmonies of #8E8173
Complementary color
Monochromatic Colors of #8E8173
Black with #8E8173
Text Example
Text Example
White with #8E8173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8173; }
p { color: rgb(142,129,115); }
H1.HeaderClassName
{
color: #8E8173;
}
.AnyTagClassName
{
color: #8E8173;
}
</style>
background-color css
<style>
a { background-color: #8E8173; }
a { background-color: rgb(142,129,115); }
div.DivClassName
{
background-color: #8E8173;
}
.BgClassName
{
background-color: #8E8173;
}
</style>
border-color css
<style>
span { border-color: #8E8173; }
span { border-color: rgb(142,129,115); }
td.TdClassName
{
border-color: #8E8173;
}
.TagClassName
{
border-color: #8E8173;
}
</style>