Shades of Schooner #8B8270
Tints of Schooner #8B8270
RGB
CMYK
RGB Variations
Color information
#8B8270 (or 0x8B8270) is known color: Schooner. HEX triplet: 8B, 82 and 70. RGB value is (139,130,112). Sum of RGB (Red+Green+Blue) = 139+130+112=381 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.48% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8270 is #747D8F. Grayscale: #828282. Windows color (decimal): -7634320 or 7373451. OLE color: 7373451.
HSL color Cylindrical-coordinate representation of color #8B8270: hue angle of 40º degrees, saturation: 0.11, 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 #8B8270 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 130 | 112 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.45 |
| HSL | 40º | 0.11% | 0.49% | - |
| HSV(B) | 40º | 0.19% | 0.55% | - |
| XYZ | 21.55 | 22.62 | 18.56 | - |
| YUV | 130.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 130 | 112 | 0 | 0.06 | 0.19 | 0.45 | 40 | 0.11 | 0.49 |
| Hex | 8B | 82 | 70 | 0 | 6 | 13 | 2D | 28 | B | 31 |
| Octal | 213 | 202 | 160 | 0 | 6 | 23 | 55 | 50 | 13 | 61 |
| Binary | 10001011 | 10000010 | 1110000 | 0 | 110 | 10011 | 101101 | 101000 | 1011 | 110001 |
Color Harmonies of #8B8270
Complementary color
Monochromatic Colors of #8B8270
Black with #8B8270
Text Example
Text Example
White with #8B8270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8270; }
p { color: rgb(139,130,112); }
H1.HeaderClassName
{
color: #8B8270;
}
.AnyTagClassName
{
color: #8B8270;
}
</style>
background-color css
<style>
a { background-color: #8B8270; }
a { background-color: rgb(139,130,112); }
div.DivClassName
{
background-color: #8B8270;
}
.BgClassName
{
background-color: #8B8270;
}
</style>
border-color css
<style>
span { border-color: #8B8270; }
span { border-color: rgb(139,130,112); }
td.TdClassName
{
border-color: #8B8270;
}
.TagClassName
{
border-color: #8B8270;
}
</style>