Shades of Chelsea Gem #945235
Tints of Chelsea Gem #945235
RGB
CMYK
RGB Variations
Color information
#945235 (or 0x945235) is known color: Chelsea Gem. HEX triplet: 94, 52 and 35. RGB value is (148,82,53). Sum of RGB (Red+Green+Blue) = 148+82+53=283 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.30% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 148 - color contains mainly: red. Hex color #945235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945235 is #6BADCA. Grayscale: #626262. Windows color (decimal): -7056843 or 3494548. OLE color: 3494548.
HSL color Cylindrical-coordinate representation of color #945235: hue angle of 18.32º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #945235 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 82 | 53 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.42 |
| HSL | 18.32º | 0.47% | 0.39% | - |
| HSV(B) | 18.32º | 0.64% | 0.58% | - |
| XYZ | 15.87 | 12.59 | 4.96 | - |
| YUV | 98.43 | 102.37 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 82 | 53 | 0 | 0.45 | 0.64 | 0.42 | 18.32 | 0.47 | 0.39 |
| Hex | 94 | 52 | 35 | 0 | 2D | 40 | 2A | 12 | 2F | 27 |
| Octal | 224 | 122 | 65 | 0 | 55 | 100 | 52 | 22 | 57 | 47 |
| Binary | 10010100 | 1010010 | 110101 | 0 | 101101 | 1000000 | 101010 | 10010 | 101111 | 100111 |
Color Harmonies of #945235
Complementary color
Monochromatic Colors of #945235
Black with #945235
Text Example
Text Example
White with #945235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945235; }
p { color: rgb(148,82,53); }
H1.HeaderClassName
{
color: #945235;
}
.AnyTagClassName
{
color: #945235;
}
</style>
background-color css
<style>
a { background-color: #945235; }
a { background-color: rgb(148,82,53); }
div.DivClassName
{
background-color: #945235;
}
.BgClassName
{
background-color: #945235;
}
</style>
border-color css
<style>
span { border-color: #945235; }
span { border-color: rgb(148,82,53); }
td.TdClassName
{
border-color: #945235;
}
.TagClassName
{
border-color: #945235;
}
</style>