Shades of Chelsea Gem #905234
Tints of Chelsea Gem #905234
RGB
CMYK
RGB Variations
Color information
#905234 (or 0x905234) is known color: Chelsea Gem. HEX triplet: 90, 52 and 34. RGB value is (144,82,52). Sum of RGB (Red+Green+Blue) = 144+82+52=278 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.80% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 144 - color contains mainly: red. Hex color #905234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905234 is #6FADCB. Grayscale: #616161. Windows color (decimal): -7318988 or 3429008. OLE color: 3429008.
HSL color Cylindrical-coordinate representation of color #905234: hue angle of 19.57º 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 #905234 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 82 | 52 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.44 |
| HSL | 19.57º | 0.47% | 0.38% | - |
| HSV(B) | 19.57º | 0.64% | 0.56% | - |
| XYZ | 15.14 | 12.21 | 4.81 | - |
| YUV | 97.12 | 102.54 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 82 | 52 | 0 | 0.43 | 0.64 | 0.44 | 19.57 | 0.47 | 0.38 |
| Hex | 90 | 52 | 34 | 0 | 2B | 40 | 2C | 14 | 2F | 26 |
| Octal | 220 | 122 | 64 | 0 | 53 | 100 | 54 | 24 | 57 | 46 |
| Binary | 10010000 | 1010010 | 110100 | 0 | 101011 | 1000000 | 101100 | 10100 | 101111 | 100110 |
Color Harmonies of #905234
Complementary color
Monochromatic Colors of #905234
Black with #905234
Text Example
Text Example
White with #905234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905234; }
p { color: rgb(144,82,52); }
H1.HeaderClassName
{
color: #905234;
}
.AnyTagClassName
{
color: #905234;
}
</style>
background-color css
<style>
a { background-color: #905234; }
a { background-color: rgb(144,82,52); }
div.DivClassName
{
background-color: #905234;
}
.BgClassName
{
background-color: #905234;
}
</style>
border-color css
<style>
span { border-color: #905234; }
span { border-color: rgb(144,82,52); }
td.TdClassName
{
border-color: #905234;
}
.TagClassName
{
border-color: #905234;
}
</style>