Shades of Chelsea Gem #905131
Tints of Chelsea Gem #905131
RGB
CMYK
RGB Variations
Color information
#905131 (or 0x905131) is known color: Chelsea Gem. HEX triplet: 90, 51 and 31. RGB value is (144,81,49). Sum of RGB (Red+Green+Blue) = 144+81+49=274 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.55% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 144 - color contains mainly: red. Hex color #905131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905131 is #6FAECE. Grayscale: #606060. Windows color (decimal): -7319247 or 3232144. OLE color: 3232144.
HSL color Cylindrical-coordinate representation of color #905131: hue angle of 20.21º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #905131 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 81 | 49 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.44 |
| HSL | 20.21º | 0.49% | 0.38% | - |
| HSV(B) | 20.21º | 0.66% | 0.56% | - |
| XYZ | 15 | 12.04 | 4.44 | - |
| YUV | 96.19 | 101.37 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 81 | 49 | 0 | 0.44 | 0.66 | 0.44 | 20.21 | 0.49 | 0.38 |
| Hex | 90 | 51 | 31 | 0 | 2C | 42 | 2C | 14 | 31 | 26 |
| Octal | 220 | 121 | 61 | 0 | 54 | 102 | 54 | 24 | 61 | 46 |
| Binary | 10010000 | 1010001 | 110001 | 0 | 101100 | 1000010 | 101100 | 10100 | 110001 | 100110 |
Color Harmonies of #905131
Complementary color
Monochromatic Colors of #905131
Black with #905131
Text Example
Text Example
White with #905131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905131; }
p { color: rgb(144,81,49); }
H1.HeaderClassName
{
color: #905131;
}
.AnyTagClassName
{
color: #905131;
}
</style>
background-color css
<style>
a { background-color: #905131; }
a { background-color: rgb(144,81,49); }
div.DivClassName
{
background-color: #905131;
}
.BgClassName
{
background-color: #905131;
}
</style>
border-color css
<style>
span { border-color: #905131; }
span { border-color: rgb(144,81,49); }
td.TdClassName
{
border-color: #905131;
}
.TagClassName
{
border-color: #905131;
}
</style>