Shades of Chelsea Gem #905227
Tints of Chelsea Gem #905227
RGB
CMYK
RGB Variations
Color information
#905227 (or 0x905227) is known color: Chelsea Gem. HEX triplet: 90, 52 and 27. RGB value is (144,82,39). Sum of RGB (Red+Green+Blue) = 144+82+39=265 (35% of max value = 765). Red value is 144 (56.64% from 255 or 54.34% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 39 (15.62% from 255 or 14.72% from 265); Max value from RGB is 144 - color contains mainly: red. Hex color #905227 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905227 is #6FADD8. Grayscale: #5F5F5F. Windows color (decimal): -7319001 or 2577040. OLE color: 2577040.
HSL color Cylindrical-coordinate representation of color #905227: hue angle of 24.57º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #905227 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 82 | 39 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.44 |
| HSL | 24.57º | 0.57% | 0.36% | - |
| HSV(B) | 24.57º | 0.73% | 0.56% | - |
| XYZ | 14.89 | 12.11 | 3.47 | - |
| YUV | 95.64 | 96.04 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 82 | 39 | 0 | 0.43 | 0.73 | 0.44 | 24.57 | 0.57 | 0.36 |
| Hex | 90 | 52 | 27 | 0 | 2B | 49 | 2C | 19 | 39 | 24 |
| Octal | 220 | 122 | 47 | 0 | 53 | 111 | 54 | 31 | 71 | 44 |
| Binary | 10010000 | 1010010 | 100111 | 0 | 101011 | 1001001 | 101100 | 11001 | 111001 | 100100 |
Color Harmonies of #905227
Complementary color
Monochromatic Colors of #905227
Black with #905227
Text Example
Text Example
White with #905227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905227; }
p { color: rgb(144,82,39); }
H1.HeaderClassName
{
color: #905227;
}
.AnyTagClassName
{
color: #905227;
}
</style>
background-color css
<style>
a { background-color: #905227; }
a { background-color: rgb(144,82,39); }
div.DivClassName
{
background-color: #905227;
}
.BgClassName
{
background-color: #905227;
}
</style>
border-color css
<style>
span { border-color: #905227; }
span { border-color: rgb(144,82,39); }
td.TdClassName
{
border-color: #905227;
}
.TagClassName
{
border-color: #905227;
}
</style>