Shades of Chelsea Gem #8B512C
Tints of Chelsea Gem #8B512C
RGB
CMYK
RGB Variations
Color information
#8B512C (or 0x8B512C) is known color: Chelsea Gem. HEX triplet: 8B, 51 and 2C. RGB value is (139,81,44). Sum of RGB (Red+Green+Blue) = 139+81+44=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B512C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B512C is #74AED3. Grayscale: #5E5E5E. Windows color (decimal): -7646932 or 2904459. OLE color: 2904459.
HSL color Cylindrical-coordinate representation of color #8B512C: hue angle of 23.37º degrees, saturation: 0.52, 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 #8B512C is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 81 | 44 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.45 |
| HSL | 23.37º | 0.52% | 0.36% | - |
| HSV(B) | 23.37º | 0.68% | 0.55% | - |
| XYZ | 14.04 | 11.56 | 3.87 | - |
| YUV | 94.12 | 99.72 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 81 | 44 | 0 | 0.42 | 0.68 | 0.45 | 23.37 | 0.52 | 0.36 |
| Hex | 8B | 51 | 2C | 0 | 2A | 44 | 2D | 17 | 34 | 24 |
| Octal | 213 | 121 | 54 | 0 | 52 | 104 | 55 | 27 | 64 | 44 |
| Binary | 10001011 | 1010001 | 101100 | 0 | 101010 | 1000100 | 101101 | 10111 | 110100 | 100100 |
Color Harmonies of #8B512C
Complementary color
Monochromatic Colors of #8B512C
Black with #8B512C
Text Example
Text Example
White with #8B512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B512C; }
p { color: rgb(139,81,44); }
H1.HeaderClassName
{
color: #8B512C;
}
.AnyTagClassName
{
color: #8B512C;
}
</style>
background-color css
<style>
a { background-color: #8B512C; }
a { background-color: rgb(139,81,44); }
div.DivClassName
{
background-color: #8B512C;
}
.BgClassName
{
background-color: #8B512C;
}
</style>
border-color css
<style>
span { border-color: #8B512C; }
span { border-color: rgb(139,81,44); }
td.TdClassName
{
border-color: #8B512C;
}
.TagClassName
{
border-color: #8B512C;
}
</style>