Shades of Chelsea Gem #8B502C
Tints of Chelsea Gem #8B502C
RGB
CMYK
RGB Variations
Color information
#8B502C (or 0x8B502C) is known color: Chelsea Gem. HEX triplet: 8B, 50 and 2C. RGB value is (139,80,44). Sum of RGB (Red+Green+Blue) = 139+80+44=263 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.85% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 139 - color contains mainly: red. Hex color #8B502C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B502C is #74AFD3. Grayscale: #5D5D5D. Windows color (decimal): -7647188 or 2904203. OLE color: 2904203.
HSL color Cylindrical-coordinate representation of color #8B502C: hue angle of 22.74º 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 #8B502C is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 80 | 44 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.45 |
| HSL | 22.74º | 0.52% | 0.36% | - |
| HSV(B) | 22.74º | 0.68% | 0.55% | - |
| XYZ | 13.97 | 11.41 | 3.85 | - |
| YUV | 93.54 | 100.05 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 80 | 44 | 0 | 0.42 | 0.68 | 0.45 | 22.74 | 0.52 | 0.36 |
| Hex | 8B | 50 | 2C | 0 | 2A | 44 | 2D | 17 | 34 | 24 |
| Octal | 213 | 120 | 54 | 0 | 52 | 104 | 55 | 27 | 64 | 44 |
| Binary | 10001011 | 1010000 | 101100 | 0 | 101010 | 1000100 | 101101 | 10111 | 110100 | 100100 |
Color Harmonies of #8B502C
Complementary color
Monochromatic Colors of #8B502C
Black with #8B502C
Text Example
Text Example
White with #8B502C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B502C; }
p { color: rgb(139,80,44); }
H1.HeaderClassName
{
color: #8B502C;
}
.AnyTagClassName
{
color: #8B502C;
}
</style>
background-color css
<style>
a { background-color: #8B502C; }
a { background-color: rgb(139,80,44); }
div.DivClassName
{
background-color: #8B502C;
}
.BgClassName
{
background-color: #8B502C;
}
</style>
border-color css
<style>
span { border-color: #8B502C; }
span { border-color: rgb(139,80,44); }
td.TdClassName
{
border-color: #8B502C;
}
.TagClassName
{
border-color: #8B502C;
}
</style>