Shades of Chelsea Gem #8C532D
Tints of Chelsea Gem #8C532D
RGB
CMYK
RGB Variations
Color information
#8C532D (or 0x8C532D) is known color: Chelsea Gem. HEX triplet: 8C, 53 and 2D. RGB value is (140,83,45). Sum of RGB (Red+Green+Blue) = 140+83+45=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C532D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C532D is #73ACD2. Grayscale: #5F5F5F. Windows color (decimal): -7580883 or 2970508. OLE color: 2970508.
HSL color Cylindrical-coordinate representation of color #8C532D: hue angle of 24º 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 #8C532D is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 83 | 45 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.45 |
| HSL | 24º | 0.51% | 0.36% | - |
| HSV(B) | 24º | 0.68% | 0.55% | - |
| XYZ | 14.38 | 11.95 | 4.03 | - |
| YUV | 95.71 | 99.38 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 45 | 0 | 0.41 | 0.68 | 0.45 | 24 | 0.51 | 0.36 |
| Hex | 8C | 53 | 2D | 0 | 29 | 44 | 2D | 18 | 33 | 24 |
| Octal | 214 | 123 | 55 | 0 | 51 | 104 | 55 | 30 | 63 | 44 |
| Binary | 10001100 | 1010011 | 101101 | 0 | 101001 | 1000100 | 101101 | 11000 | 110011 | 100100 |
Color Harmonies of #8C532D
Complementary color
Monochromatic Colors of #8C532D
Black with #8C532D
Text Example
Text Example
White with #8C532D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C532D; }
p { color: rgb(140,83,45); }
H1.HeaderClassName
{
color: #8C532D;
}
.AnyTagClassName
{
color: #8C532D;
}
</style>
background-color css
<style>
a { background-color: #8C532D; }
a { background-color: rgb(140,83,45); }
div.DivClassName
{
background-color: #8C532D;
}
.BgClassName
{
background-color: #8C532D;
}
</style>
border-color css
<style>
span { border-color: #8C532D; }
span { border-color: rgb(140,83,45); }
td.TdClassName
{
border-color: #8C532D;
}
.TagClassName
{
border-color: #8C532D;
}
</style>