Shades of Chelsea Gem #8C532F
Tints of Chelsea Gem #8C532F
RGB
CMYK
RGB Variations
Color information
#8C532F (or 0x8C532F) is known color: Chelsea Gem. HEX triplet: 8C, 53 and 2F. RGB value is (140,83,47). Sum of RGB (Red+Green+Blue) = 140+83+47=270 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.85% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 140 - color contains mainly: red. Hex color #8C532F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C532F is #73ACD0. Grayscale: #606060. Windows color (decimal): -7580881 or 3101580. OLE color: 3101580.
HSL color Cylindrical-coordinate representation of color #8C532F: hue angle of 23.23º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C532F is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 83 | 47 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.45 |
| HSL | 23.23º | 0.5% | 0.37% | - |
| HSV(B) | 23.23º | 0.66% | 0.55% | - |
| XYZ | 14.42 | 11.97 | 4.24 | - |
| YUV | 95.94 | 100.38 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 47 | 0 | 0.41 | 0.66 | 0.45 | 23.23 | 0.5 | 0.37 |
| Hex | 8C | 53 | 2F | 0 | 29 | 42 | 2D | 17 | 32 | 25 |
| Octal | 214 | 123 | 57 | 0 | 51 | 102 | 55 | 27 | 62 | 45 |
| Binary | 10001100 | 1010011 | 101111 | 0 | 101001 | 1000010 | 101101 | 10111 | 110010 | 100101 |
Color Harmonies of #8C532F
Complementary color
Monochromatic Colors of #8C532F
Black with #8C532F
Text Example
Text Example
White with #8C532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C532F; }
p { color: rgb(140,83,47); }
H1.HeaderClassName
{
color: #8C532F;
}
.AnyTagClassName
{
color: #8C532F;
}
</style>
background-color css
<style>
a { background-color: #8C532F; }
a { background-color: rgb(140,83,47); }
div.DivClassName
{
background-color: #8C532F;
}
.BgClassName
{
background-color: #8C532F;
}
</style>
border-color css
<style>
span { border-color: #8C532F; }
span { border-color: rgb(140,83,47); }
td.TdClassName
{
border-color: #8C532F;
}
.TagClassName
{
border-color: #8C532F;
}
</style>