Shades of Chelsea Gem #905A32
Tints of Chelsea Gem #905A32
RGB
CMYK
RGB Variations
Color information
#905A32 (or 0x905A32) is known color: Chelsea Gem. HEX triplet: 90, 5A and 32. RGB value is (144,90,50). Sum of RGB (Red+Green+Blue) = 144+90+50=284 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.70% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 144 - color contains mainly: red. Hex color #905A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905A32 is #6FA5CD. Grayscale: #656565. Windows color (decimal): -7316942 or 3299984. OLE color: 3299984.
HSL color Cylindrical-coordinate representation of color #905A32: hue angle of 25.53º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #905A32 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 90 | 50 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.44 |
| HSL | 25.53º | 0.48% | 0.38% | - |
| HSV(B) | 25.53º | 0.65% | 0.56% | - |
| XYZ | 15.73 | 13.47 | 4.79 | - |
| YUV | 101.59 | 98.89 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 90 | 50 | 0 | 0.37 | 0.65 | 0.44 | 25.53 | 0.48 | 0.38 |
| Hex | 90 | 5A | 32 | 0 | 25 | 41 | 2C | 1A | 30 | 26 |
| Octal | 220 | 132 | 62 | 0 | 45 | 101 | 54 | 32 | 60 | 46 |
| Binary | 10010000 | 1011010 | 110010 | 0 | 100101 | 1000001 | 101100 | 11010 | 110000 | 100110 |
Color Harmonies of #905A32
Complementary color
Monochromatic Colors of #905A32
Black with #905A32
Text Example
Text Example
White with #905A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905A32; }
p { color: rgb(144,90,50); }
H1.HeaderClassName
{
color: #905A32;
}
.AnyTagClassName
{
color: #905A32;
}
</style>
background-color css
<style>
a { background-color: #905A32; }
a { background-color: rgb(144,90,50); }
div.DivClassName
{
background-color: #905A32;
}
.BgClassName
{
background-color: #905A32;
}
</style>
border-color css
<style>
span { border-color: #905A32; }
span { border-color: rgb(144,90,50); }
td.TdClassName
{
border-color: #905A32;
}
.TagClassName
{
border-color: #905A32;
}
</style>