Shades of Chelsea Gem #945833
Tints of Chelsea Gem #945833
RGB
CMYK
RGB Variations
Color information
#945833 (or 0x945833) is known color: Chelsea Gem. HEX triplet: 94, 58 and 33. RGB value is (148,88,51). Sum of RGB (Red+Green+Blue) = 148+88+51=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #945833 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945833 is #6BA7CC. Grayscale: #656565. Windows color (decimal): -7055309 or 3365012. OLE color: 3365012.
HSL color Cylindrical-coordinate representation of color #945833: hue angle of 22.89º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #945833 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 88 | 51 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.42 |
| HSL | 22.89º | 0.49% | 0.39% | - |
| HSV(B) | 22.89º | 0.66% | 0.58% | - |
| XYZ | 16.3 | 13.51 | 4.88 | - |
| YUV | 101.72 | 99.38 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 88 | 51 | 0 | 0.41 | 0.66 | 0.42 | 22.89 | 0.49 | 0.39 |
| Hex | 94 | 58 | 33 | 0 | 29 | 42 | 2A | 17 | 31 | 27 |
| Octal | 224 | 130 | 63 | 0 | 51 | 102 | 52 | 27 | 61 | 47 |
| Binary | 10010100 | 1011000 | 110011 | 0 | 101001 | 1000010 | 101010 | 10111 | 110001 | 100111 |
Color Harmonies of #945833
Complementary color
Monochromatic Colors of #945833
Black with #945833
Text Example
Text Example
White with #945833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945833; }
p { color: rgb(148,88,51); }
H1.HeaderClassName
{
color: #945833;
}
.AnyTagClassName
{
color: #945833;
}
</style>
background-color css
<style>
a { background-color: #945833; }
a { background-color: rgb(148,88,51); }
div.DivClassName
{
background-color: #945833;
}
.BgClassName
{
background-color: #945833;
}
</style>
border-color css
<style>
span { border-color: #945833; }
span { border-color: rgb(148,88,51); }
td.TdClassName
{
border-color: #945833;
}
.TagClassName
{
border-color: #945833;
}
</style>