Shades of Chelsea Gem #94522C
Tints of Chelsea Gem #94522C
RGB
CMYK
RGB Variations
Color information
#94522C (or 0x94522C) is known color: Chelsea Gem. HEX triplet: 94, 52 and 2C. RGB value is (148,82,44). Sum of RGB (Red+Green+Blue) = 148+82+44=274 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.01% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 148 - color contains mainly: red. Hex color #94522C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94522C is #6BADD3. Grayscale: #616161. Windows color (decimal): -7056852 or 2904724. OLE color: 2904724.
HSL color Cylindrical-coordinate representation of color #94522C: hue angle of 21.92º 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 #94522C is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 82 | 44 | - |
| CMYK | 0 | 0.45 | 0.70 | 0.42 |
| HSL | 21.92º | 0.54% | 0.38% | - |
| HSV(B) | 21.92º | 0.7% | 0.58% | - |
| XYZ | 15.68 | 12.51 | 3.97 | - |
| YUV | 97.4 | 97.87 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 82 | 44 | 0 | 0.45 | 0.70 | 0.42 | 21.92 | 0.54 | 0.38 |
| Hex | 94 | 52 | 2C | 0 | 2D | 46 | 2A | 16 | 36 | 26 |
| Octal | 224 | 122 | 54 | 0 | 55 | 106 | 52 | 26 | 66 | 46 |
| Binary | 10010100 | 1010010 | 101100 | 0 | 101101 | 1000110 | 101010 | 10110 | 110110 | 100110 |
Color Harmonies of #94522C
Complementary color
Monochromatic Colors of #94522C
Black with #94522C
Text Example
Text Example
White with #94522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94522C; }
p { color: rgb(148,82,44); }
H1.HeaderClassName
{
color: #94522C;
}
.AnyTagClassName
{
color: #94522C;
}
</style>
background-color css
<style>
a { background-color: #94522C; }
a { background-color: rgb(148,82,44); }
div.DivClassName
{
background-color: #94522C;
}
.BgClassName
{
background-color: #94522C;
}
</style>
border-color css
<style>
span { border-color: #94522C; }
span { border-color: rgb(148,82,44); }
td.TdClassName
{
border-color: #94522C;
}
.TagClassName
{
border-color: #94522C;
}
</style>