Shades of Chelsea Gem #945A30
Tints of Chelsea Gem #945A30
RGB
CMYK
RGB Variations
Color information
#945A30 (or 0x945A30) is known color: Chelsea Gem. HEX triplet: 94, 5A and 30. RGB value is (148,90,48). Sum of RGB (Red+Green+Blue) = 148+90+48=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #945A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945A30 is #6BA5CF. Grayscale: #666666. Windows color (decimal): -7054800 or 3168916. OLE color: 3168916.
HSL color Cylindrical-coordinate representation of color #945A30: hue angle of 25.2º 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 #945A30 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 90 | 48 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.42 |
| HSL | 25.2º | 0.51% | 0.38% | - |
| HSV(B) | 25.2º | 0.68% | 0.58% | - |
| XYZ | 16.4 | 13.82 | 4.6 | - |
| YUV | 102.55 | 97.22 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 90 | 48 | 0 | 0.39 | 0.68 | 0.42 | 25.2 | 0.51 | 0.38 |
| Hex | 94 | 5A | 30 | 0 | 27 | 44 | 2A | 19 | 33 | 26 |
| Octal | 224 | 132 | 60 | 0 | 47 | 104 | 52 | 31 | 63 | 46 |
| Binary | 10010100 | 1011010 | 110000 | 0 | 100111 | 1000100 | 101010 | 11001 | 110011 | 100110 |
Color Harmonies of #945A30
Complementary color
Monochromatic Colors of #945A30
Black with #945A30
Text Example
Text Example
White with #945A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945A30; }
p { color: rgb(148,90,48); }
H1.HeaderClassName
{
color: #945A30;
}
.AnyTagClassName
{
color: #945A30;
}
</style>
background-color css
<style>
a { background-color: #945A30; }
a { background-color: rgb(148,90,48); }
div.DivClassName
{
background-color: #945A30;
}
.BgClassName
{
background-color: #945A30;
}
</style>
border-color css
<style>
span { border-color: #945A30; }
span { border-color: rgb(148,90,48); }
td.TdClassName
{
border-color: #945A30;
}
.TagClassName
{
border-color: #945A30;
}
</style>