Shades of Chelsea Gem #94592C
Tints of Chelsea Gem #94592C
RGB
CMYK
RGB Variations
Color information
#94592C (or 0x94592C) is known color: Chelsea Gem. HEX triplet: 94, 59 and 2C. RGB value is (148,89,44). Sum of RGB (Red+Green+Blue) = 148+89+44=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #94592C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94592C is #6BA6D3. Grayscale: #656565. Windows color (decimal): -7055060 or 2906516. OLE color: 2906516.
HSL color Cylindrical-coordinate representation of color #94592C: hue angle of 25.96º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #94592C is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 89 | 44 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.42 |
| HSL | 25.96º | 0.54% | 0.38% | - |
| HSV(B) | 25.96º | 0.7% | 0.58% | - |
| XYZ | 16.24 | 13.62 | 4.16 | - |
| YUV | 101.51 | 95.55 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 89 | 44 | 0 | 0.40 | 0.70 | 0.42 | 25.96 | 0.54 | 0.38 |
| Hex | 94 | 59 | 2C | 0 | 28 | 46 | 2A | 1A | 36 | 26 |
| Octal | 224 | 131 | 54 | 0 | 50 | 106 | 52 | 32 | 66 | 46 |
| Binary | 10010100 | 1011001 | 101100 | 0 | 101000 | 1000110 | 101010 | 11010 | 110110 | 100110 |
Color Harmonies of #94592C
Complementary color
Monochromatic Colors of #94592C
Black with #94592C
Text Example
Text Example
White with #94592C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94592C; }
p { color: rgb(148,89,44); }
H1.HeaderClassName
{
color: #94592C;
}
.AnyTagClassName
{
color: #94592C;
}
</style>
background-color css
<style>
a { background-color: #94592C; }
a { background-color: rgb(148,89,44); }
div.DivClassName
{
background-color: #94592C;
}
.BgClassName
{
background-color: #94592C;
}
</style>
border-color css
<style>
span { border-color: #94592C; }
span { border-color: rgb(148,89,44); }
td.TdClassName
{
border-color: #94592C;
}
.TagClassName
{
border-color: #94592C;
}
</style>