Shades of Chelsea Gem #945834
Tints of Chelsea Gem #945834
RGB
CMYK
RGB Variations
Color information
#945834 (or 0x945834) is known color: Chelsea Gem. HEX triplet: 94, 58 and 34. RGB value is (148,88,52). Sum of RGB (Red+Green+Blue) = 148+88+52=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #945834 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945834 is #6BA7CB. Grayscale: #666666. Windows color (decimal): -7055308 or 3430548. OLE color: 3430548.
HSL color Cylindrical-coordinate representation of color #945834: hue angle of 22.5º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #945834 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 88 | 52 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.42 |
| HSL | 22.5º | 0.48% | 0.39% | - |
| HSV(B) | 22.5º | 0.65% | 0.58% | - |
| XYZ | 16.32 | 13.52 | 5 | - |
| YUV | 101.84 | 99.88 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 88 | 52 | 0 | 0.41 | 0.65 | 0.42 | 22.5 | 0.48 | 0.39 |
| Hex | 94 | 58 | 34 | 0 | 29 | 41 | 2A | 16 | 30 | 27 |
| Octal | 224 | 130 | 64 | 0 | 51 | 101 | 52 | 26 | 60 | 47 |
| Binary | 10010100 | 1011000 | 110100 | 0 | 101001 | 1000001 | 101010 | 10110 | 110000 | 100111 |
Color Harmonies of #945834
Complementary color
Monochromatic Colors of #945834
Black with #945834
Text Example
Text Example
White with #945834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945834; }
p { color: rgb(148,88,52); }
H1.HeaderClassName
{
color: #945834;
}
.AnyTagClassName
{
color: #945834;
}
</style>
background-color css
<style>
a { background-color: #945834; }
a { background-color: rgb(148,88,52); }
div.DivClassName
{
background-color: #945834;
}
.BgClassName
{
background-color: #945834;
}
</style>
border-color css
<style>
span { border-color: #945834; }
span { border-color: rgb(148,88,52); }
td.TdClassName
{
border-color: #945834;
}
.TagClassName
{
border-color: #945834;
}
</style>