Shades of Schooner #93887D
Tints of Schooner #93887D
RGB
CMYK
RGB Variations
Color information
#93887D (or 0x93887D) is known color: Schooner. HEX triplet: 93, 88 and 7D. RGB value is (147,136,125). Sum of RGB (Red+Green+Blue) = 147+136+125=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 147 - color contains mainly: red. Hex color #93887D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93887D is #6C7782. Grayscale: #8A8A8A. Windows color (decimal): -7108483 or 8226963. OLE color: 8226963.
HSL color Cylindrical-coordinate representation of color #93887D: hue angle of 30º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #93887D is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 136 | 125 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.42 |
| HSL | 30º | 0.09% | 0.53% | - |
| HSV(B) | 30º | 0.15% | 0.58% | - |
| XYZ | 24.54 | 25.29 | 22.99 | - |
| YUV | 138.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 136 | 125 | 0 | 0.07 | 0.15 | 0.42 | 30 | 0.09 | 0.53 |
| Hex | 93 | 88 | 7D | 0 | 7 | F | 2A | 1E | 9 | 35 |
| Octal | 223 | 210 | 175 | 0 | 7 | 17 | 52 | 36 | 11 | 65 |
| Binary | 10010011 | 10001000 | 1111101 | 0 | 111 | 1111 | 101010 | 11110 | 1001 | 110101 |
Color Harmonies of #93887D
Complementary color
Monochromatic Colors of #93887D
Black with #93887D
Text Example
Text Example
White with #93887D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93887D; }
p { color: rgb(147,136,125); }
H1.HeaderClassName
{
color: #93887D;
}
.AnyTagClassName
{
color: #93887D;
}
</style>
background-color css
<style>
a { background-color: #93887D; }
a { background-color: rgb(147,136,125); }
div.DivClassName
{
background-color: #93887D;
}
.BgClassName
{
background-color: #93887D;
}
</style>
border-color css
<style>
span { border-color: #93887D; }
span { border-color: rgb(147,136,125); }
td.TdClassName
{
border-color: #93887D;
}
.TagClassName
{
border-color: #93887D;
}
</style>