Shades of Chelsea Gem #90552E
Tints of Chelsea Gem #90552E
RGB
CMYK
RGB Variations
Color information
#90552E (or 0x90552E) is known color: Chelsea Gem. HEX triplet: 90, 55 and 2E. RGB value is (144,85,46). Sum of RGB (Red+Green+Blue) = 144+85+46=275 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.36% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 144 - color contains mainly: red. Hex color #90552E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90552E is #6FAAD1. Grayscale: #626262. Windows color (decimal): -7318226 or 3036560. OLE color: 3036560.
HSL color Cylindrical-coordinate representation of color #90552E: hue angle of 23.88º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #90552E is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 85 | 46 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.44 |
| HSL | 23.88º | 0.52% | 0.37% | - |
| HSV(B) | 23.88º | 0.68% | 0.56% | - |
| XYZ | 15.24 | 12.62 | 4.22 | - |
| YUV | 98.2 | 98.55 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 85 | 46 | 0 | 0.41 | 0.68 | 0.44 | 23.88 | 0.52 | 0.37 |
| Hex | 90 | 55 | 2E | 0 | 29 | 44 | 2C | 18 | 34 | 25 |
| Octal | 220 | 125 | 56 | 0 | 51 | 104 | 54 | 30 | 64 | 45 |
| Binary | 10010000 | 1010101 | 101110 | 0 | 101001 | 1000100 | 101100 | 11000 | 110100 | 100101 |
Color Harmonies of #90552E
Complementary color
Monochromatic Colors of #90552E
Black with #90552E
Text Example
Text Example
White with #90552E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90552E; }
p { color: rgb(144,85,46); }
H1.HeaderClassName
{
color: #90552E;
}
.AnyTagClassName
{
color: #90552E;
}
</style>
background-color css
<style>
a { background-color: #90552E; }
a { background-color: rgb(144,85,46); }
div.DivClassName
{
background-color: #90552E;
}
.BgClassName
{
background-color: #90552E;
}
</style>
border-color css
<style>
span { border-color: #90552E; }
span { border-color: rgb(144,85,46); }
td.TdClassName
{
border-color: #90552E;
}
.TagClassName
{
border-color: #90552E;
}
</style>