Shades of Schooner #8B8171
Tints of Schooner #8B8171
RGB
CMYK
RGB Variations
Color information
#8B8171 (or 0x8B8171) is known color: Schooner. HEX triplet: 8B, 81 and 71. RGB value is (139,129,113). Sum of RGB (Red+Green+Blue) = 139+129+113=381 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.48% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8171 is #747E8E. Grayscale: #828282. Windows color (decimal): -7634575 or 7438731. OLE color: 7438731.
HSL color Cylindrical-coordinate representation of color #8B8171: hue angle of 36.92º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B8171 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 129 | 113 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.45 |
| HSL | 36.92º | 0.1% | 0.49% | - |
| HSV(B) | 36.92º | 0.19% | 0.55% | - |
| XYZ | 21.48 | 22.38 | 18.81 | - |
| YUV | 130.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 129 | 113 | 0 | 0.07 | 0.19 | 0.45 | 36.92 | 0.1 | 0.49 |
| Hex | 8B | 81 | 71 | 0 | 7 | 13 | 2D | 25 | A | 31 |
| Octal | 213 | 201 | 161 | 0 | 7 | 23 | 55 | 45 | 12 | 61 |
| Binary | 10001011 | 10000001 | 1110001 | 0 | 111 | 10011 | 101101 | 100101 | 1010 | 110001 |
Color Harmonies of #8B8171
Complementary color
Monochromatic Colors of #8B8171
Black with #8B8171
Text Example
Text Example
White with #8B8171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8171; }
p { color: rgb(139,129,113); }
H1.HeaderClassName
{
color: #8B8171;
}
.AnyTagClassName
{
color: #8B8171;
}
</style>
background-color css
<style>
a { background-color: #8B8171; }
a { background-color: rgb(139,129,113); }
div.DivClassName
{
background-color: #8B8171;
}
.BgClassName
{
background-color: #8B8171;
}
</style>
border-color css
<style>
span { border-color: #8B8171; }
span { border-color: rgb(139,129,113); }
td.TdClassName
{
border-color: #8B8171;
}
.TagClassName
{
border-color: #8B8171;
}
</style>