Shades of Chelsea Gem #934F37
Tints of Chelsea Gem #934F37
RGB
CMYK
RGB Variations
Color information
#934F37 (or 0x934F37) is known color: Chelsea Gem. HEX triplet: 93, 4F and 37. RGB value is (147,79,55). Sum of RGB (Red+Green+Blue) = 147+79+55=281 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.31% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 147 - color contains mainly: red. Hex color #934F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #934F37 is #6CB0C8. Grayscale: #606060. Windows color (decimal): -7123145 or 3624851. OLE color: 3624851.
HSL color Cylindrical-coordinate representation of color #934F37: hue angle of 15.65º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #934F37 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 79 | 55 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.42 |
| HSL | 15.65º | 0.46% | 0.4% | - |
| HSV(B) | 15.65º | 0.63% | 0.58% | - |
| XYZ | 15.52 | 12.07 | 5.13 | - |
| YUV | 96.6 | 104.53 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 79 | 55 | 0 | 0.46 | 0.63 | 0.42 | 15.65 | 0.46 | 0.4 |
| Hex | 93 | 4F | 37 | 0 | 2E | 3F | 2A | 10 | 2E | 28 |
| Octal | 223 | 117 | 67 | 0 | 56 | 77 | 52 | 20 | 56 | 50 |
| Binary | 10010011 | 1001111 | 110111 | 0 | 101110 | 111111 | 101010 | 10000 | 101110 | 101000 |
Color Harmonies of #934F37
Complementary color
Monochromatic Colors of #934F37
Black with #934F37
Text Example
Text Example
White with #934F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934F37; }
p { color: rgb(147,79,55); }
H1.HeaderClassName
{
color: #934F37;
}
.AnyTagClassName
{
color: #934F37;
}
</style>
background-color css
<style>
a { background-color: #934F37; }
a { background-color: rgb(147,79,55); }
div.DivClassName
{
background-color: #934F37;
}
.BgClassName
{
background-color: #934F37;
}
</style>
border-color css
<style>
span { border-color: #934F37; }
span { border-color: rgb(147,79,55); }
td.TdClassName
{
border-color: #934F37;
}
.TagClassName
{
border-color: #934F37;
}
</style>