Shades of Chelsea Gem #94512F
Tints of Chelsea Gem #94512F
RGB
CMYK
RGB Variations
Color information
#94512F (or 0x94512F) is known color: Chelsea Gem. HEX triplet: 94, 51 and 2F. RGB value is (148,81,47). Sum of RGB (Red+Green+Blue) = 148+81+47=276 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.62% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 148 - color contains mainly: red. Hex color #94512F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94512F is #6BAED0. Grayscale: #616161. Windows color (decimal): -7057105 or 3101076. OLE color: 3101076.
HSL color Cylindrical-coordinate representation of color #94512F: hue angle of 20.2º 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 #94512F is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 81 | 47 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.42 |
| HSL | 20.2º | 0.52% | 0.38% | - |
| HSV(B) | 20.2º | 0.68% | 0.58% | - |
| XYZ | 15.67 | 12.39 | 4.25 | - |
| YUV | 97.16 | 99.7 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 81 | 47 | 0 | 0.45 | 0.68 | 0.42 | 20.2 | 0.52 | 0.38 |
| Hex | 94 | 51 | 2F | 0 | 2D | 44 | 2A | 14 | 34 | 26 |
| Octal | 224 | 121 | 57 | 0 | 55 | 104 | 52 | 24 | 64 | 46 |
| Binary | 10010100 | 1010001 | 101111 | 0 | 101101 | 1000100 | 101010 | 10100 | 110100 | 100110 |
Color Harmonies of #94512F
Complementary color
Monochromatic Colors of #94512F
Black with #94512F
Text Example
Text Example
White with #94512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94512F; }
p { color: rgb(148,81,47); }
H1.HeaderClassName
{
color: #94512F;
}
.AnyTagClassName
{
color: #94512F;
}
</style>
background-color css
<style>
a { background-color: #94512F; }
a { background-color: rgb(148,81,47); }
div.DivClassName
{
background-color: #94512F;
}
.BgClassName
{
background-color: #94512F;
}
</style>
border-color css
<style>
span { border-color: #94512F; }
span { border-color: rgb(148,81,47); }
td.TdClassName
{
border-color: #94512F;
}
.TagClassName
{
border-color: #94512F;
}
</style>