Shades of Chelsea Gem #90522F
Tints of Chelsea Gem #90522F
RGB
CMYK
RGB Variations
Color information
#90522F (or 0x90522F) is known color: Chelsea Gem. HEX triplet: 90, 52 and 2F. RGB value is (144,82,47). Sum of RGB (Red+Green+Blue) = 144+82+47=273 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.75% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 144 - color contains mainly: red. Hex color #90522F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90522F is #6FADD0. Grayscale: #606060. Windows color (decimal): -7318993 or 3101328. OLE color: 3101328.
HSL color Cylindrical-coordinate representation of color #90522F: hue angle of 21.65º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #90522F is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 82 | 47 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.44 |
| HSL | 21.65º | 0.51% | 0.37% | - |
| HSV(B) | 21.65º | 0.67% | 0.56% | - |
| XYZ | 15.03 | 12.17 | 4.25 | - |
| YUV | 96.55 | 100.04 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 82 | 47 | 0 | 0.43 | 0.67 | 0.44 | 21.65 | 0.51 | 0.37 |
| Hex | 90 | 52 | 2F | 0 | 2B | 43 | 2C | 16 | 33 | 25 |
| Octal | 220 | 122 | 57 | 0 | 53 | 103 | 54 | 26 | 63 | 45 |
| Binary | 10010000 | 1010010 | 101111 | 0 | 101011 | 1000011 | 101100 | 10110 | 110011 | 100101 |
Color Harmonies of #90522F
Complementary color
Monochromatic Colors of #90522F
Black with #90522F
Text Example
Text Example
White with #90522F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90522F; }
p { color: rgb(144,82,47); }
H1.HeaderClassName
{
color: #90522F;
}
.AnyTagClassName
{
color: #90522F;
}
</style>
background-color css
<style>
a { background-color: #90522F; }
a { background-color: rgb(144,82,47); }
div.DivClassName
{
background-color: #90522F;
}
.BgClassName
{
background-color: #90522F;
}
</style>
border-color css
<style>
span { border-color: #90522F; }
span { border-color: rgb(144,82,47); }
td.TdClassName
{
border-color: #90522F;
}
.TagClassName
{
border-color: #90522F;
}
</style>