Shades of Chelsea Gem #90502E
Tints of Chelsea Gem #90502E
RGB
CMYK
RGB Variations
Color information
#90502E (or 0x90502E) is known color: Chelsea Gem. HEX triplet: 90, 50 and 2E. RGB value is (144,80,46). Sum of RGB (Red+Green+Blue) = 144+80+46=270 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.33% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 144 - color contains mainly: red. Hex color #90502E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90502E is #6FAFD1. Grayscale: #5F5F5F. Windows color (decimal): -7319506 or 3035280. OLE color: 3035280.
HSL color Cylindrical-coordinate representation of color #90502E: hue angle of 20.82º 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 #90502E is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 80 | 46 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.44 |
| HSL | 20.82º | 0.52% | 0.37% | - |
| HSV(B) | 20.82º | 0.68% | 0.56% | - |
| XYZ | 14.86 | 11.86 | 4.09 | - |
| YUV | 95.26 | 100.2 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 80 | 46 | 0 | 0.44 | 0.68 | 0.44 | 20.82 | 0.52 | 0.37 |
| Hex | 90 | 50 | 2E | 0 | 2C | 44 | 2C | 15 | 34 | 25 |
| Octal | 220 | 120 | 56 | 0 | 54 | 104 | 54 | 25 | 64 | 45 |
| Binary | 10010000 | 1010000 | 101110 | 0 | 101100 | 1000100 | 101100 | 10101 | 110100 | 100101 |
Color Harmonies of #90502E
Complementary color
Monochromatic Colors of #90502E
Black with #90502E
Text Example
Text Example
White with #90502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90502E; }
p { color: rgb(144,80,46); }
H1.HeaderClassName
{
color: #90502E;
}
.AnyTagClassName
{
color: #90502E;
}
</style>
background-color css
<style>
a { background-color: #90502E; }
a { background-color: rgb(144,80,46); }
div.DivClassName
{
background-color: #90502E;
}
.BgClassName
{
background-color: #90502E;
}
</style>
border-color css
<style>
span { border-color: #90502E; }
span { border-color: rgb(144,80,46); }
td.TdClassName
{
border-color: #90502E;
}
.TagClassName
{
border-color: #90502E;
}
</style>