Shades of Schooner #93887A
Tints of Schooner #93887A
RGB
CMYK
RGB Variations
Color information
#93887A (or 0x93887A) is known color: Schooner. HEX triplet: 93, 88 and 7A. RGB value is (147,136,122). Sum of RGB (Red+Green+Blue) = 147+136+122=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 147 - color contains mainly: red. Hex color #93887A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93887A is #6C7785. Grayscale: #898989. Windows color (decimal): -7108486 or 8030355. OLE color: 8030355.
HSL color Cylindrical-coordinate representation of color #93887A: hue angle of 33.6º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #93887A is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 136 | 122 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.42 |
| HSL | 33.6º | 0.1% | 0.53% | - |
| HSV(B) | 33.6º | 0.17% | 0.58% | - |
| XYZ | 24.35 | 25.22 | 22 | - |
| YUV | 137.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 136 | 122 | 0 | 0.07 | 0.17 | 0.42 | 33.6 | 0.1 | 0.53 |
| Hex | 93 | 88 | 7A | 0 | 7 | 11 | 2A | 22 | A | 35 |
| Octal | 223 | 210 | 172 | 0 | 7 | 21 | 52 | 42 | 12 | 65 |
| Binary | 10010011 | 10001000 | 1111010 | 0 | 111 | 10001 | 101010 | 100010 | 1010 | 110101 |
Color Harmonies of #93887A
Complementary color
Monochromatic Colors of #93887A
Black with #93887A
Text Example
Text Example
White with #93887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93887A; }
p { color: rgb(147,136,122); }
H1.HeaderClassName
{
color: #93887A;
}
.AnyTagClassName
{
color: #93887A;
}
</style>
background-color css
<style>
a { background-color: #93887A; }
a { background-color: rgb(147,136,122); }
div.DivClassName
{
background-color: #93887A;
}
.BgClassName
{
background-color: #93887A;
}
</style>
border-color css
<style>
span { border-color: #93887A; }
span { border-color: rgb(147,136,122); }
td.TdClassName
{
border-color: #93887A;
}
.TagClassName
{
border-color: #93887A;
}
</style>