Shades of Chelsea Gem #8B522B
Tints of Chelsea Gem #8B522B
RGB
CMYK
RGB Variations
Color information
#8B522B (or 0x8B522B) is known color: Chelsea Gem. HEX triplet: 8B, 52 and 2B. RGB value is (139,82,43). Sum of RGB (Red+Green+Blue) = 139+82+43=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B522B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B522B is #74ADD4. Grayscale: #5E5E5E. Windows color (decimal): -7646677 or 2839179. OLE color: 2839179.
HSL color Cylindrical-coordinate representation of color #8B522B: hue angle of 24.38º 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 #8B522B is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 82 | 43 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.45 |
| HSL | 24.38º | 0.53% | 0.36% | - |
| HSV(B) | 24.38º | 0.69% | 0.55% | - |
| XYZ | 14.1 | 11.7 | 3.8 | - |
| YUV | 94.6 | 98.88 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 82 | 43 | 0 | 0.41 | 0.69 | 0.45 | 24.38 | 0.53 | 0.36 |
| Hex | 8B | 52 | 2B | 0 | 29 | 45 | 2D | 18 | 35 | 24 |
| Octal | 213 | 122 | 53 | 0 | 51 | 105 | 55 | 30 | 65 | 44 |
| Binary | 10001011 | 1010010 | 101011 | 0 | 101001 | 1000101 | 101101 | 11000 | 110101 | 100100 |
Color Harmonies of #8B522B
Complementary color
Monochromatic Colors of #8B522B
Black with #8B522B
Text Example
Text Example
White with #8B522B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B522B; }
p { color: rgb(139,82,43); }
H1.HeaderClassName
{
color: #8B522B;
}
.AnyTagClassName
{
color: #8B522B;
}
</style>
background-color css
<style>
a { background-color: #8B522B; }
a { background-color: rgb(139,82,43); }
div.DivClassName
{
background-color: #8B522B;
}
.BgClassName
{
background-color: #8B522B;
}
</style>
border-color css
<style>
span { border-color: #8B522B; }
span { border-color: rgb(139,82,43); }
td.TdClassName
{
border-color: #8B522B;
}
.TagClassName
{
border-color: #8B522B;
}
</style>