Shades of Chelsea Gem #8C552D
Tints of Chelsea Gem #8C552D
RGB
CMYK
RGB Variations
Color information
#8C552D (or 0x8C552D) is known color: Chelsea Gem. HEX triplet: 8C, 55 and 2D. RGB value is (140,85,45). Sum of RGB (Red+Green+Blue) = 140+85+45=270 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.85% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 140 - color contains mainly: red. Hex color #8C552D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C552D is #73AAD2. Grayscale: #616161. Windows color (decimal): -7580371 or 2971020. OLE color: 2971020.
HSL color Cylindrical-coordinate representation of color #8C552D: hue angle of 25.26º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C552D is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 85 | 45 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.45 |
| HSL | 25.26º | 0.51% | 0.36% | - |
| HSV(B) | 25.26º | 0.68% | 0.55% | - |
| XYZ | 14.54 | 12.26 | 4.08 | - |
| YUV | 96.89 | 98.72 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 45 | 0 | 0.39 | 0.68 | 0.45 | 25.26 | 0.51 | 0.36 |
| Hex | 8C | 55 | 2D | 0 | 27 | 44 | 2D | 19 | 33 | 24 |
| Octal | 214 | 125 | 55 | 0 | 47 | 104 | 55 | 31 | 63 | 44 |
| Binary | 10001100 | 1010101 | 101101 | 0 | 100111 | 1000100 | 101101 | 11001 | 110011 | 100100 |
Color Harmonies of #8C552D
Complementary color
Monochromatic Colors of #8C552D
Black with #8C552D
Text Example
Text Example
White with #8C552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C552D; }
p { color: rgb(140,85,45); }
H1.HeaderClassName
{
color: #8C552D;
}
.AnyTagClassName
{
color: #8C552D;
}
</style>
background-color css
<style>
a { background-color: #8C552D; }
a { background-color: rgb(140,85,45); }
div.DivClassName
{
background-color: #8C552D;
}
.BgClassName
{
background-color: #8C552D;
}
</style>
border-color css
<style>
span { border-color: #8C552D; }
span { border-color: rgb(140,85,45); }
td.TdClassName
{
border-color: #8C552D;
}
.TagClassName
{
border-color: #8C552D;
}
</style>