Shades of Chelsea Gem #8B532C
Tints of Chelsea Gem #8B532C
RGB
CMYK
RGB Variations
Color information
#8B532C (or 0x8B532C) is known color: Chelsea Gem. HEX triplet: 8B, 53 and 2C. RGB value is (139,83,44). Sum of RGB (Red+Green+Blue) = 139+83+44=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B532C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B532C is #74ACD3. Grayscale: #5F5F5F. Windows color (decimal): -7646420 or 2904971. OLE color: 2904971.
HSL color Cylindrical-coordinate representation of color #8B532C: hue angle of 24.63º 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 #8B532C is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 83 | 44 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.45 |
| HSL | 24.63º | 0.52% | 0.36% | - |
| HSV(B) | 24.63º | 0.68% | 0.55% | - |
| XYZ | 14.2 | 11.86 | 3.92 | - |
| YUV | 95.3 | 99.05 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 83 | 44 | 0 | 0.40 | 0.68 | 0.45 | 24.63 | 0.52 | 0.36 |
| Hex | 8B | 53 | 2C | 0 | 28 | 44 | 2D | 19 | 34 | 24 |
| Octal | 213 | 123 | 54 | 0 | 50 | 104 | 55 | 31 | 64 | 44 |
| Binary | 10001011 | 1010011 | 101100 | 0 | 101000 | 1000100 | 101101 | 11001 | 110100 | 100100 |
Color Harmonies of #8B532C
Complementary color
Monochromatic Colors of #8B532C
Black with #8B532C
Text Example
Text Example
White with #8B532C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B532C; }
p { color: rgb(139,83,44); }
H1.HeaderClassName
{
color: #8B532C;
}
.AnyTagClassName
{
color: #8B532C;
}
</style>
background-color css
<style>
a { background-color: #8B532C; }
a { background-color: rgb(139,83,44); }
div.DivClassName
{
background-color: #8B532C;
}
.BgClassName
{
background-color: #8B532C;
}
</style>
border-color css
<style>
span { border-color: #8B532C; }
span { border-color: rgb(139,83,44); }
td.TdClassName
{
border-color: #8B532C;
}
.TagClassName
{
border-color: #8B532C;
}
</style>