Shades of Hurricane #93827A
Tints of Hurricane #93827A
RGB
CMYK
RGB Variations
Color information
#93827A (or 0x93827A) is known color: Hurricane. HEX triplet: 93, 82 and 7A. RGB value is (147,130,122). Sum of RGB (Red+Green+Blue) = 147+130+122=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 147 - color contains mainly: red. Hex color #93827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93827A is #6C7D85. Grayscale: #868686. Windows color (decimal): -7110022 or 8028819. OLE color: 8028819.
HSL color Cylindrical-coordinate representation of color #93827A: hue angle of 19.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 #93827A is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 130 | 122 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.42 |
| HSL | 19.2º | 0.1% | 0.53% | - |
| HSV(B) | 19.2º | 0.17% | 0.58% | - |
| XYZ | 23.53 | 23.57 | 21.72 | - |
| YUV | 134.17 | 121.13 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 130 | 122 | 0 | 0.12 | 0.17 | 0.42 | 19.2 | 0.1 | 0.53 |
| Hex | 93 | 82 | 7A | 0 | C | 11 | 2A | 13 | A | 35 |
| Octal | 223 | 202 | 172 | 0 | 14 | 21 | 52 | 23 | 12 | 65 |
| Binary | 10010011 | 10000010 | 1111010 | 0 | 1100 | 10001 | 101010 | 10011 | 1010 | 110101 |
Color Harmonies of #93827A
Complementary color
Monochromatic Colors of #93827A
Black with #93827A
Text Example
Text Example
White with #93827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93827A; }
p { color: rgb(147,130,122); }
H1.HeaderClassName
{
color: #93827A;
}
.AnyTagClassName
{
color: #93827A;
}
</style>
background-color css
<style>
a { background-color: #93827A; }
a { background-color: rgb(147,130,122); }
div.DivClassName
{
background-color: #93827A;
}
.BgClassName
{
background-color: #93827A;
}
</style>
border-color css
<style>
span { border-color: #93827A; }
span { border-color: rgb(147,130,122); }
td.TdClassName
{
border-color: #93827A;
}
.TagClassName
{
border-color: #93827A;
}
</style>