Shades of Chelsea Gem #945A2F
Tints of Chelsea Gem #945A2F
RGB
CMYK
RGB Variations
Color information
#945A2F (or 0x945A2F) is known color: Chelsea Gem. HEX triplet: 94, 5A and 2F. RGB value is (148,90,47). Sum of RGB (Red+Green+Blue) = 148+90+47=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #945A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945A2F is #6BA5D0. Grayscale: #666666. Windows color (decimal): -7054801 or 3103380. OLE color: 3103380.
HSL color Cylindrical-coordinate representation of color #945A2F: hue angle of 25.54º degrees, saturation: 0.52, 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 #945A2F is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 90 | 47 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.42 |
| HSL | 25.54º | 0.52% | 0.38% | - |
| HSV(B) | 25.54º | 0.68% | 0.58% | - |
| XYZ | 16.38 | 13.81 | 4.49 | - |
| YUV | 102.44 | 96.72 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 90 | 47 | 0 | 0.39 | 0.68 | 0.42 | 25.54 | 0.52 | 0.38 |
| Hex | 94 | 5A | 2F | 0 | 27 | 44 | 2A | 1A | 34 | 26 |
| Octal | 224 | 132 | 57 | 0 | 47 | 104 | 52 | 32 | 64 | 46 |
| Binary | 10010100 | 1011010 | 101111 | 0 | 100111 | 1000100 | 101010 | 11010 | 110100 | 100110 |
Color Harmonies of #945A2F
Complementary color
Monochromatic Colors of #945A2F
Black with #945A2F
Text Example
Text Example
White with #945A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945A2F; }
p { color: rgb(148,90,47); }
H1.HeaderClassName
{
color: #945A2F;
}
.AnyTagClassName
{
color: #945A2F;
}
</style>
background-color css
<style>
a { background-color: #945A2F; }
a { background-color: rgb(148,90,47); }
div.DivClassName
{
background-color: #945A2F;
}
.BgClassName
{
background-color: #945A2F;
}
</style>
border-color css
<style>
span { border-color: #945A2F; }
span { border-color: rgb(148,90,47); }
td.TdClassName
{
border-color: #945A2F;
}
.TagClassName
{
border-color: #945A2F;
}
</style>