Shades of Chelsea Gem #94562A
Tints of Chelsea Gem #94562A
RGB
CMYK
RGB Variations
Color information
#94562A (or 0x94562A) is known color: Chelsea Gem. HEX triplet: 94, 56 and 2A. RGB value is (148,86,42). Sum of RGB (Red+Green+Blue) = 148+86+42=276 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.62% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 148 - color contains mainly: red. Hex color #94562A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94562A is #6BA9D5. Grayscale: #636363. Windows color (decimal): -7055830 or 2774676. OLE color: 2774676.
HSL color Cylindrical-coordinate representation of color #94562A: hue angle of 24.91º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #94562A is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 86 | 42 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.42 |
| HSL | 24.91º | 0.56% | 0.37% | - |
| HSV(B) | 24.91º | 0.72% | 0.58% | - |
| XYZ | 15.96 | 13.12 | 3.88 | - |
| YUV | 99.52 | 95.54 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 86 | 42 | 0 | 0.42 | 0.72 | 0.42 | 24.91 | 0.56 | 0.37 |
| Hex | 94 | 56 | 2A | 0 | 2A | 48 | 2A | 19 | 38 | 25 |
| Octal | 224 | 126 | 52 | 0 | 52 | 110 | 52 | 31 | 70 | 45 |
| Binary | 10010100 | 1010110 | 101010 | 0 | 101010 | 1001000 | 101010 | 11001 | 111000 | 100101 |
Color Harmonies of #94562A
Complementary color
Monochromatic Colors of #94562A
Black with #94562A
Text Example
Text Example
White with #94562A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94562A; }
p { color: rgb(148,86,42); }
H1.HeaderClassName
{
color: #94562A;
}
.AnyTagClassName
{
color: #94562A;
}
</style>
background-color css
<style>
a { background-color: #94562A; }
a { background-color: rgb(148,86,42); }
div.DivClassName
{
background-color: #94562A;
}
.BgClassName
{
background-color: #94562A;
}
</style>
border-color css
<style>
span { border-color: #94562A; }
span { border-color: rgb(148,86,42); }
td.TdClassName
{
border-color: #94562A;
}
.TagClassName
{
border-color: #94562A;
}
</style>