Shades of Chelsea Gem #935031
Tints of Chelsea Gem #935031
RGB
CMYK
RGB Variations
Color information
#935031 (or 0x935031) is known color: Chelsea Gem. HEX triplet: 93, 50 and 31. RGB value is (147,80,49). Sum of RGB (Red+Green+Blue) = 147+80+49=276 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.26% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 147 - color contains mainly: red. Hex color #935031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935031 is #6CAFCE. Grayscale: #606060. Windows color (decimal): -7122895 or 3231891. OLE color: 3231891.
HSL color Cylindrical-coordinate representation of color #935031: hue angle of 18.98º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #935031 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 80 | 49 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.42 |
| HSL | 18.98º | 0.5% | 0.38% | - |
| HSV(B) | 18.98º | 0.67% | 0.58% | - |
| XYZ | 15.46 | 12.16 | 4.44 | - |
| YUV | 96.5 | 101.2 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 49 | 0 | 0.46 | 0.67 | 0.42 | 18.98 | 0.5 | 0.38 |
| Hex | 93 | 50 | 31 | 0 | 2E | 43 | 2A | 13 | 32 | 26 |
| Octal | 223 | 120 | 61 | 0 | 56 | 103 | 52 | 23 | 62 | 46 |
| Binary | 10010011 | 1010000 | 110001 | 0 | 101110 | 1000011 | 101010 | 10011 | 110010 | 100110 |
Color Harmonies of #935031
Complementary color
Monochromatic Colors of #935031
Black with #935031
Text Example
Text Example
White with #935031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935031; }
p { color: rgb(147,80,49); }
H1.HeaderClassName
{
color: #935031;
}
.AnyTagClassName
{
color: #935031;
}
</style>
background-color css
<style>
a { background-color: #935031; }
a { background-color: rgb(147,80,49); }
div.DivClassName
{
background-color: #935031;
}
.BgClassName
{
background-color: #935031;
}
</style>
border-color css
<style>
span { border-color: #935031; }
span { border-color: rgb(147,80,49); }
td.TdClassName
{
border-color: #935031;
}
.TagClassName
{
border-color: #935031;
}
</style>