Shades of Chelsea Gem #90592F
Tints of Chelsea Gem #90592F
RGB
CMYK
RGB Variations
Color information
#90592F (or 0x90592F) is known color: Chelsea Gem. HEX triplet: 90, 59 and 2F. RGB value is (144,89,47). Sum of RGB (Red+Green+Blue) = 144+89+47=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #90592F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90592F is #6FA6D0. Grayscale: #646464. Windows color (decimal): -7317201 or 3103120. OLE color: 3103120.
HSL color Cylindrical-coordinate representation of color #90592F: hue angle of 25.98º 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 #90592F is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 89 | 47 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.44 |
| HSL | 25.98º | 0.51% | 0.37% | - |
| HSV(B) | 25.98º | 0.67% | 0.56% | - |
| XYZ | 15.59 | 13.28 | 4.43 | - |
| YUV | 100.66 | 97.72 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 89 | 47 | 0 | 0.38 | 0.67 | 0.44 | 25.98 | 0.51 | 0.37 |
| Hex | 90 | 59 | 2F | 0 | 26 | 43 | 2C | 1A | 33 | 25 |
| Octal | 220 | 131 | 57 | 0 | 46 | 103 | 54 | 32 | 63 | 45 |
| Binary | 10010000 | 1011001 | 101111 | 0 | 100110 | 1000011 | 101100 | 11010 | 110011 | 100101 |
Color Harmonies of #90592F
Complementary color
Monochromatic Colors of #90592F
Black with #90592F
Text Example
Text Example
White with #90592F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90592F; }
p { color: rgb(144,89,47); }
H1.HeaderClassName
{
color: #90592F;
}
.AnyTagClassName
{
color: #90592F;
}
</style>
background-color css
<style>
a { background-color: #90592F; }
a { background-color: rgb(144,89,47); }
div.DivClassName
{
background-color: #90592F;
}
.BgClassName
{
background-color: #90592F;
}
</style>
border-color css
<style>
span { border-color: #90592F; }
span { border-color: rgb(144,89,47); }
td.TdClassName
{
border-color: #90592F;
}
.TagClassName
{
border-color: #90592F;
}
</style>