Shades of Chelsea Gem #905334
Tints of Chelsea Gem #905334
RGB
CMYK
RGB Variations
Color information
#905334 (or 0x905334) is known color: Chelsea Gem. HEX triplet: 90, 53 and 34. RGB value is (144,83,52). Sum of RGB (Red+Green+Blue) = 144+83+52=279 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.61% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 144 - color contains mainly: red. Hex color #905334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905334 is #6FACCB. Grayscale: #616161. Windows color (decimal): -7318732 or 3429264. OLE color: 3429264.
HSL color Cylindrical-coordinate representation of color #905334: hue angle of 20.22º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #905334 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 83 | 52 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.44 |
| HSL | 20.22º | 0.47% | 0.38% | - |
| HSV(B) | 20.22º | 0.64% | 0.56% | - |
| XYZ | 15.21 | 12.36 | 4.83 | - |
| YUV | 97.71 | 102.21 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 83 | 52 | 0 | 0.42 | 0.64 | 0.44 | 20.22 | 0.47 | 0.38 |
| Hex | 90 | 53 | 34 | 0 | 2A | 40 | 2C | 14 | 2F | 26 |
| Octal | 220 | 123 | 64 | 0 | 52 | 100 | 54 | 24 | 57 | 46 |
| Binary | 10010000 | 1010011 | 110100 | 0 | 101010 | 1000000 | 101100 | 10100 | 101111 | 100110 |
Color Harmonies of #905334
Complementary color
Monochromatic Colors of #905334
Black with #905334
Text Example
Text Example
White with #905334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905334; }
p { color: rgb(144,83,52); }
H1.HeaderClassName
{
color: #905334;
}
.AnyTagClassName
{
color: #905334;
}
</style>
background-color css
<style>
a { background-color: #905334; }
a { background-color: rgb(144,83,52); }
div.DivClassName
{
background-color: #905334;
}
.BgClassName
{
background-color: #905334;
}
</style>
border-color css
<style>
span { border-color: #905334; }
span { border-color: rgb(144,83,52); }
td.TdClassName
{
border-color: #905334;
}
.TagClassName
{
border-color: #905334;
}
</style>