Shades of Chelsea Gem #905530
Tints of Chelsea Gem #905530
RGB
CMYK
RGB Variations
Color information
#905530 (or 0x905530) is known color: Chelsea Gem. HEX triplet: 90, 55 and 30. RGB value is (144,85,48). Sum of RGB (Red+Green+Blue) = 144+85+48=277 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.99% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 144 - color contains mainly: red. Hex color #905530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905530 is #6FAACF. Grayscale: #626262. Windows color (decimal): -7318224 or 3167632. OLE color: 3167632.
HSL color Cylindrical-coordinate representation of color #905530: hue angle of 23.12º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #905530 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 85 | 48 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.44 |
| HSL | 23.13º | 0.5% | 0.38% | - |
| HSV(B) | 23.13º | 0.67% | 0.56% | - |
| XYZ | 15.28 | 12.64 | 4.43 | - |
| YUV | 98.42 | 99.55 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 85 | 48 | 0 | 0.41 | 0.67 | 0.44 | 23.13 | 0.5 | 0.38 |
| Hex | 90 | 55 | 30 | 0 | 29 | 43 | 2C | 17 | 32 | 26 |
| Octal | 220 | 125 | 60 | 0 | 51 | 103 | 54 | 27 | 62 | 46 |
| Binary | 10010000 | 1010101 | 110000 | 0 | 101001 | 1000011 | 101100 | 10111 | 110010 | 100110 |
Color Harmonies of #905530
Complementary color
Monochromatic Colors of #905530
Black with #905530
Text Example
Text Example
White with #905530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905530; }
p { color: rgb(144,85,48); }
H1.HeaderClassName
{
color: #905530;
}
.AnyTagClassName
{
color: #905530;
}
</style>
background-color css
<style>
a { background-color: #905530; }
a { background-color: rgb(144,85,48); }
div.DivClassName
{
background-color: #905530;
}
.BgClassName
{
background-color: #905530;
}
</style>
border-color css
<style>
span { border-color: #905530; }
span { border-color: rgb(144,85,48); }
td.TdClassName
{
border-color: #905530;
}
.TagClassName
{
border-color: #905530;
}
</style>