Shades of Chelsea Gem #8B542C
Tints of Chelsea Gem #8B542C
RGB
CMYK
RGB Variations
Color information
#8B542C (or 0x8B542C) is known color: Chelsea Gem. HEX triplet: 8B, 54 and 2C. RGB value is (139,84,44). Sum of RGB (Red+Green+Blue) = 139+84+44=267 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.06% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 139 - color contains mainly: red. Hex color #8B542C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B542C is #74ABD3. Grayscale: #606060. Windows color (decimal): -7646164 or 2905227. OLE color: 2905227.
HSL color Cylindrical-coordinate representation of color #8B542C: hue angle of 25.26º 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 #8B542C is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 84 | 44 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.45 |
| HSL | 25.26º | 0.52% | 0.36% | - |
| HSV(B) | 25.26º | 0.68% | 0.55% | - |
| XYZ | 14.27 | 12.01 | 3.95 | - |
| YUV | 95.89 | 98.72 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 84 | 44 | 0 | 0.40 | 0.68 | 0.45 | 25.26 | 0.52 | 0.36 |
| Hex | 8B | 54 | 2C | 0 | 28 | 44 | 2D | 19 | 34 | 24 |
| Octal | 213 | 124 | 54 | 0 | 50 | 104 | 55 | 31 | 64 | 44 |
| Binary | 10001011 | 1010100 | 101100 | 0 | 101000 | 1000100 | 101101 | 11001 | 110100 | 100100 |
Color Harmonies of #8B542C
Complementary color
Monochromatic Colors of #8B542C
Black with #8B542C
Text Example
Text Example
White with #8B542C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B542C; }
p { color: rgb(139,84,44); }
H1.HeaderClassName
{
color: #8B542C;
}
.AnyTagClassName
{
color: #8B542C;
}
</style>
background-color css
<style>
a { background-color: #8B542C; }
a { background-color: rgb(139,84,44); }
div.DivClassName
{
background-color: #8B542C;
}
.BgClassName
{
background-color: #8B542C;
}
</style>
border-color css
<style>
span { border-color: #8B542C; }
span { border-color: rgb(139,84,44); }
td.TdClassName
{
border-color: #8B542C;
}
.TagClassName
{
border-color: #8B542C;
}
</style>