Shades of Schooner #8D8272
Tints of Schooner #8D8272
RGB
CMYK
RGB Variations
Color information
#8D8272 (or 0x8D8272) is known color: Schooner. HEX triplet: 8D, 82 and 72. RGB value is (141,130,114). Sum of RGB (Red+Green+Blue) = 141+130+114=385 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.62% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8272 is #727D8D. Grayscale: #838383. Windows color (decimal): -7503246 or 7504525. OLE color: 7504525.
HSL color Cylindrical-coordinate representation of color #8D8272: hue angle of 35.56º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8D8272 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 130 | 114 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.45 |
| HSL | 35.56º | 0.11% | 0.5% | - |
| HSV(B) | 35.56º | 0.19% | 0.55% | - |
| XYZ | 22 | 22.84 | 19.17 | - |
| YUV | 131.47 | 118.14 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 114 | 0 | 0.08 | 0.19 | 0.45 | 35.56 | 0.11 | 0.5 |
| Hex | 8D | 82 | 72 | 0 | 8 | 13 | 2D | 24 | B | 32 |
| Octal | 215 | 202 | 162 | 0 | 10 | 23 | 55 | 44 | 13 | 62 |
| Binary | 10001101 | 10000010 | 1110010 | 0 | 1000 | 10011 | 101101 | 100100 | 1011 | 110010 |
Color Harmonies of #8D8272
Complementary color
Monochromatic Colors of #8D8272
Black with #8D8272
Text Example
Text Example
White with #8D8272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8272; }
p { color: rgb(141,130,114); }
H1.HeaderClassName
{
color: #8D8272;
}
.AnyTagClassName
{
color: #8D8272;
}
</style>
background-color css
<style>
a { background-color: #8D8272; }
a { background-color: rgb(141,130,114); }
div.DivClassName
{
background-color: #8D8272;
}
.BgClassName
{
background-color: #8D8272;
}
</style>
border-color css
<style>
span { border-color: #8D8272; }
span { border-color: rgb(141,130,114); }
td.TdClassName
{
border-color: #8D8272;
}
.TagClassName
{
border-color: #8D8272;
}
</style>