Shades of Chelsea Gem #90522C
Tints of Chelsea Gem #90522C
RGB
CMYK
RGB Variations
Color information
#90522C (or 0x90522C) is known color: Chelsea Gem. HEX triplet: 90, 52 and 2C. RGB value is (144,82,44). Sum of RGB (Red+Green+Blue) = 144+82+44=270 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.33% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 144 - color contains mainly: red. Hex color #90522C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90522C is #6FADD3. Grayscale: #606060. Windows color (decimal): -7318996 or 2904720. OLE color: 2904720.
HSL color Cylindrical-coordinate representation of color #90522C: hue angle of 22.8º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90522C is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 82 | 44 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.44 |
| HSL | 22.8º | 0.53% | 0.37% | - |
| HSV(B) | 22.8º | 0.69% | 0.56% | - |
| XYZ | 14.97 | 12.15 | 3.94 | - |
| YUV | 96.21 | 98.54 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 82 | 44 | 0 | 0.43 | 0.69 | 0.44 | 22.8 | 0.53 | 0.37 |
| Hex | 90 | 52 | 2C | 0 | 2B | 45 | 2C | 17 | 35 | 25 |
| Octal | 220 | 122 | 54 | 0 | 53 | 105 | 54 | 27 | 65 | 45 |
| Binary | 10010000 | 1010010 | 101100 | 0 | 101011 | 1000101 | 101100 | 10111 | 110101 | 100101 |
Color Harmonies of #90522C
Complementary color
Monochromatic Colors of #90522C
Black with #90522C
Text Example
Text Example
White with #90522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90522C; }
p { color: rgb(144,82,44); }
H1.HeaderClassName
{
color: #90522C;
}
.AnyTagClassName
{
color: #90522C;
}
</style>
background-color css
<style>
a { background-color: #90522C; }
a { background-color: rgb(144,82,44); }
div.DivClassName
{
background-color: #90522C;
}
.BgClassName
{
background-color: #90522C;
}
</style>
border-color css
<style>
span { border-color: #90522C; }
span { border-color: rgb(144,82,44); }
td.TdClassName
{
border-color: #90522C;
}
.TagClassName
{
border-color: #90522C;
}
</style>