Shades of Schooner #8F8375
Tints of Schooner #8F8375
RGB
CMYK
RGB Variations
Color information
#8F8375 (or 0x8F8375) is known color: Schooner. HEX triplet: 8F, 83 and 75. RGB value is (143,131,117). Sum of RGB (Red+Green+Blue) = 143+131+117=391 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.57% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8375 is #707C8A. Grayscale: #858585. Windows color (decimal): -7371915 or 7701391. OLE color: 7701391.
HSL color Cylindrical-coordinate representation of color #8F8375: hue angle of 32.31º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F8375 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 131 | 117 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.44 |
| HSL | 32.31º | 0.1% | 0.51% | - |
| HSV(B) | 32.31º | 0.18% | 0.56% | - |
| XYZ | 22.65 | 23.36 | 20.14 | - |
| YUV | 132.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 131 | 117 | 0 | 0.08 | 0.18 | 0.44 | 32.31 | 0.1 | 0.51 |
| Hex | 8F | 83 | 75 | 0 | 8 | 12 | 2C | 20 | A | 33 |
| Octal | 217 | 203 | 165 | 0 | 10 | 22 | 54 | 40 | 12 | 63 |
| Binary | 10001111 | 10000011 | 1110101 | 0 | 1000 | 10010 | 101100 | 100000 | 1010 | 110011 |
Color Harmonies of #8F8375
Complementary color
Monochromatic Colors of #8F8375
Black with #8F8375
Text Example
Text Example
White with #8F8375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8375; }
p { color: rgb(143,131,117); }
H1.HeaderClassName
{
color: #8F8375;
}
.AnyTagClassName
{
color: #8F8375;
}
</style>
background-color css
<style>
a { background-color: #8F8375; }
a { background-color: rgb(143,131,117); }
div.DivClassName
{
background-color: #8F8375;
}
.BgClassName
{
background-color: #8F8375;
}
</style>
border-color css
<style>
span { border-color: #8F8375; }
span { border-color: rgb(143,131,117); }
td.TdClassName
{
border-color: #8F8375;
}
.TagClassName
{
border-color: #8F8375;
}
</style>