Shades of Chelsea Gem #8D512F
Tints of Chelsea Gem #8D512F
RGB
CMYK
RGB Variations
Color information
#8D512F (or 0x8D512F) is known color: Chelsea Gem. HEX triplet: 8D, 51 and 2F. RGB value is (141,81,47). Sum of RGB (Red+Green+Blue) = 141+81+47=269 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.42% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 141 - color contains mainly: red. Hex color #8D512F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D512F is #72AED0. Grayscale: #5F5F5F. Windows color (decimal): -7515857 or 3101069. OLE color: 3101069.
HSL color Cylindrical-coordinate representation of color #8D512F: hue angle of 21.7º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D512F is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 81 | 47 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.45 |
| HSL | 21.7º | 0.5% | 0.37% | - |
| HSV(B) | 21.7º | 0.67% | 0.55% | - |
| XYZ | 14.44 | 11.75 | 4.2 | - |
| YUV | 95.06 | 100.88 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 81 | 47 | 0 | 0.43 | 0.67 | 0.45 | 21.7 | 0.5 | 0.37 |
| Hex | 8D | 51 | 2F | 0 | 2B | 43 | 2D | 16 | 32 | 25 |
| Octal | 215 | 121 | 57 | 0 | 53 | 103 | 55 | 26 | 62 | 45 |
| Binary | 10001101 | 1010001 | 101111 | 0 | 101011 | 1000011 | 101101 | 10110 | 110010 | 100101 |
Color Harmonies of #8D512F
Complementary color
Monochromatic Colors of #8D512F
Black with #8D512F
Text Example
Text Example
White with #8D512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D512F; }
p { color: rgb(141,81,47); }
H1.HeaderClassName
{
color: #8D512F;
}
.AnyTagClassName
{
color: #8D512F;
}
</style>
background-color css
<style>
a { background-color: #8D512F; }
a { background-color: rgb(141,81,47); }
div.DivClassName
{
background-color: #8D512F;
}
.BgClassName
{
background-color: #8D512F;
}
</style>
border-color css
<style>
span { border-color: #8D512F; }
span { border-color: rgb(141,81,47); }
td.TdClassName
{
border-color: #8D512F;
}
.TagClassName
{
border-color: #8D512F;
}
</style>