Shades of Chelsea Gem #8C532B
Tints of Chelsea Gem #8C532B
RGB
CMYK
RGB Variations
Color information
#8C532B (or 0x8C532B) is known color: Chelsea Gem. HEX triplet: 8C, 53 and 2B. RGB value is (140,83,43). Sum of RGB (Red+Green+Blue) = 140+83+43=266 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.63% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 140 - color contains mainly: red. Hex color #8C532B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C532B is #73ACD4. Grayscale: #5F5F5F. Windows color (decimal): -7580885 or 2839436. OLE color: 2839436.
HSL color Cylindrical-coordinate representation of color #8C532B: hue angle of 24.74º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C532B is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 83 | 43 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.45 |
| HSL | 24.74º | 0.53% | 0.36% | - |
| HSV(B) | 24.74º | 0.69% | 0.55% | - |
| XYZ | 14.34 | 11.94 | 3.83 | - |
| YUV | 95.48 | 98.38 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 43 | 0 | 0.41 | 0.69 | 0.45 | 24.74 | 0.53 | 0.36 |
| Hex | 8C | 53 | 2B | 0 | 29 | 45 | 2D | 19 | 35 | 24 |
| Octal | 214 | 123 | 53 | 0 | 51 | 105 | 55 | 31 | 65 | 44 |
| Binary | 10001100 | 1010011 | 101011 | 0 | 101001 | 1000101 | 101101 | 11001 | 110101 | 100100 |
Color Harmonies of #8C532B
Complementary color
Monochromatic Colors of #8C532B
Black with #8C532B
Text Example
Text Example
White with #8C532B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C532B; }
p { color: rgb(140,83,43); }
H1.HeaderClassName
{
color: #8C532B;
}
.AnyTagClassName
{
color: #8C532B;
}
</style>
background-color css
<style>
a { background-color: #8C532B; }
a { background-color: rgb(140,83,43); }
div.DivClassName
{
background-color: #8C532B;
}
.BgClassName
{
background-color: #8C532B;
}
</style>
border-color css
<style>
span { border-color: #8C532B; }
span { border-color: rgb(140,83,43); }
td.TdClassName
{
border-color: #8C532B;
}
.TagClassName
{
border-color: #8C532B;
}
</style>