Shades of Chelsea Gem #945330
Tints of Chelsea Gem #945330
RGB
CMYK
RGB Variations
Color information
#945330 (or 0x945330) is known color: Chelsea Gem. HEX triplet: 94, 53 and 30. RGB value is (148,83,48). Sum of RGB (Red+Green+Blue) = 148+83+48=279 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.05% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 148 - color contains mainly: red. Hex color #945330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945330 is #6BACCF. Grayscale: #626262. Windows color (decimal): -7056592 or 3167124. OLE color: 3167124.
HSL color Cylindrical-coordinate representation of color #945330: hue angle of 21º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #945330 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 83 | 48 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.42 |
| HSL | 21º | 0.51% | 0.38% | - |
| HSV(B) | 21º | 0.68% | 0.58% | - |
| XYZ | 15.84 | 12.7 | 4.41 | - |
| YUV | 98.45 | 99.53 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 83 | 48 | 0 | 0.44 | 0.68 | 0.42 | 21 | 0.51 | 0.38 |
| Hex | 94 | 53 | 30 | 0 | 2C | 44 | 2A | 15 | 33 | 26 |
| Octal | 224 | 123 | 60 | 0 | 54 | 104 | 52 | 25 | 63 | 46 |
| Binary | 10010100 | 1010011 | 110000 | 0 | 101100 | 1000100 | 101010 | 10101 | 110011 | 100110 |
Color Harmonies of #945330
Complementary color
Monochromatic Colors of #945330
Black with #945330
Text Example
Text Example
White with #945330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945330; }
p { color: rgb(148,83,48); }
H1.HeaderClassName
{
color: #945330;
}
.AnyTagClassName
{
color: #945330;
}
</style>
background-color css
<style>
a { background-color: #945330; }
a { background-color: rgb(148,83,48); }
div.DivClassName
{
background-color: #945330;
}
.BgClassName
{
background-color: #945330;
}
</style>
border-color css
<style>
span { border-color: #945330; }
span { border-color: rgb(148,83,48); }
td.TdClassName
{
border-color: #945330;
}
.TagClassName
{
border-color: #945330;
}
</style>