Shades of Schooner #94887B
Tints of Schooner #94887B
RGB
CMYK
RGB Variations
Color information
#94887B (or 0x94887B) is known color: Schooner. HEX triplet: 94, 88 and 7B. RGB value is (148,136,123). Sum of RGB (Red+Green+Blue) = 148+136+123=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 148 - color contains mainly: red. Hex color #94887B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94887B is #6B7784. Grayscale: #8A8A8A. Windows color (decimal): -7042949 or 8095892. OLE color: 8095892.
HSL color Cylindrical-coordinate representation of color #94887B: hue angle of 31.2º 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 #94887B is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 136 | 123 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.42 |
| HSL | 31.2º | 0.1% | 0.53% | - |
| HSV(B) | 31.2º | 0.17% | 0.58% | - |
| XYZ | 24.59 | 25.33 | 22.33 | - |
| YUV | 138.11 | 119.48 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 136 | 123 | 0 | 0.08 | 0.17 | 0.42 | 31.2 | 0.1 | 0.53 |
| Hex | 94 | 88 | 7B | 0 | 8 | 11 | 2A | 1F | A | 35 |
| Octal | 224 | 210 | 173 | 0 | 10 | 21 | 52 | 37 | 12 | 65 |
| Binary | 10010100 | 10001000 | 1111011 | 0 | 1000 | 10001 | 101010 | 11111 | 1010 | 110101 |
Color Harmonies of #94887B
Complementary color
Monochromatic Colors of #94887B
Black with #94887B
Text Example
Text Example
White with #94887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94887B; }
p { color: rgb(148,136,123); }
H1.HeaderClassName
{
color: #94887B;
}
.AnyTagClassName
{
color: #94887B;
}
</style>
background-color css
<style>
a { background-color: #94887B; }
a { background-color: rgb(148,136,123); }
div.DivClassName
{
background-color: #94887B;
}
.BgClassName
{
background-color: #94887B;
}
</style>
border-color css
<style>
span { border-color: #94887B; }
span { border-color: rgb(148,136,123); }
td.TdClassName
{
border-color: #94887B;
}
.TagClassName
{
border-color: #94887B;
}
</style>