Shades of Chelsea Gem #8D552F
Tints of Chelsea Gem #8D552F
RGB
CMYK
RGB Variations
Color information
#8D552F (or 0x8D552F) is known color: Chelsea Gem. HEX triplet: 8D, 55 and 2F. RGB value is (141,85,47). Sum of RGB (Red+Green+Blue) = 141+85+47=273 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.65% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 141 - color contains mainly: red. Hex color #8D552F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D552F is #72AAD0. Grayscale: #616161. Windows color (decimal): -7514833 or 3102093. OLE color: 3102093.
HSL color Cylindrical-coordinate representation of color #8D552F: hue angle of 24.26º 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 #8D552F is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 85 | 47 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.45 |
| HSL | 24.26º | 0.5% | 0.37% | - |
| HSV(B) | 24.26º | 0.67% | 0.55% | - |
| XYZ | 14.75 | 12.36 | 4.3 | - |
| YUV | 97.41 | 99.55 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 85 | 47 | 0 | 0.40 | 0.67 | 0.45 | 24.26 | 0.5 | 0.37 |
| Hex | 8D | 55 | 2F | 0 | 28 | 43 | 2D | 18 | 32 | 25 |
| Octal | 215 | 125 | 57 | 0 | 50 | 103 | 55 | 30 | 62 | 45 |
| Binary | 10001101 | 1010101 | 101111 | 0 | 101000 | 1000011 | 101101 | 11000 | 110010 | 100101 |
Color Harmonies of #8D552F
Complementary color
Monochromatic Colors of #8D552F
Black with #8D552F
Text Example
Text Example
White with #8D552F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D552F; }
p { color: rgb(141,85,47); }
H1.HeaderClassName
{
color: #8D552F;
}
.AnyTagClassName
{
color: #8D552F;
}
</style>
background-color css
<style>
a { background-color: #8D552F; }
a { background-color: rgb(141,85,47); }
div.DivClassName
{
background-color: #8D552F;
}
.BgClassName
{
background-color: #8D552F;
}
</style>
border-color css
<style>
span { border-color: #8D552F; }
span { border-color: rgb(141,85,47); }
td.TdClassName
{
border-color: #8D552F;
}
.TagClassName
{
border-color: #8D552F;
}
</style>