Shades of Schooner #8B8173
Tints of Schooner #8B8173
RGB
CMYK
RGB Variations
Color information
#8B8173 (or 0x8B8173) is known color: Schooner. HEX triplet: 8B, 81 and 73. RGB value is (139,129,115). Sum of RGB (Red+Green+Blue) = 139+129+115=383 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.29% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8173 is #747E8C. Grayscale: #828282. Windows color (decimal): -7634573 or 7569803. OLE color: 7569803.
HSL color Cylindrical-coordinate representation of color #8B8173: hue angle of 35º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8B8173 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 129 | 115 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.45 |
| HSL | 35º | 0.09% | 0.5% | - |
| HSV(B) | 35º | 0.17% | 0.55% | - |
| XYZ | 21.59 | 22.43 | 19.41 | - |
| YUV | 130.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 129 | 115 | 0 | 0.07 | 0.17 | 0.45 | 35 | 0.09 | 0.5 |
| Hex | 8B | 81 | 73 | 0 | 7 | 11 | 2D | 23 | 9 | 32 |
| Octal | 213 | 201 | 163 | 0 | 7 | 21 | 55 | 43 | 11 | 62 |
| Binary | 10001011 | 10000001 | 1110011 | 0 | 111 | 10001 | 101101 | 100011 | 1001 | 110010 |
Color Harmonies of #8B8173
Complementary color
Monochromatic Colors of #8B8173
Black with #8B8173
Text Example
Text Example
White with #8B8173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8173; }
p { color: rgb(139,129,115); }
H1.HeaderClassName
{
color: #8B8173;
}
.AnyTagClassName
{
color: #8B8173;
}
</style>
background-color css
<style>
a { background-color: #8B8173; }
a { background-color: rgb(139,129,115); }
div.DivClassName
{
background-color: #8B8173;
}
.BgClassName
{
background-color: #8B8173;
}
</style>
border-color css
<style>
span { border-color: #8B8173; }
span { border-color: rgb(139,129,115); }
td.TdClassName
{
border-color: #8B8173;
}
.TagClassName
{
border-color: #8B8173;
}
</style>