Shades of Chelsea Gem #8B532B
Tints of Chelsea Gem #8B532B
RGB
CMYK
RGB Variations
Color information
#8B532B (or 0x8B532B) is known color: Chelsea Gem. HEX triplet: 8B, 53 and 2B. RGB value is (139,83,43). Sum of RGB (Red+Green+Blue) = 139+83+43=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B532B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B532B is #74ACD4. Grayscale: #5F5F5F. Windows color (decimal): -7646421 or 2839435. OLE color: 2839435.
HSL color Cylindrical-coordinate representation of color #8B532B: hue angle of 25º 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 #8B532B is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 83 | 43 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.45 |
| HSL | 25º | 0.53% | 0.36% | - |
| HSV(B) | 25º | 0.69% | 0.55% | - |
| XYZ | 14.18 | 11.85 | 3.83 | - |
| YUV | 95.18 | 98.55 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 83 | 43 | 0 | 0.40 | 0.69 | 0.45 | 25 | 0.53 | 0.36 |
| Hex | 8B | 53 | 2B | 0 | 28 | 45 | 2D | 19 | 35 | 24 |
| Octal | 213 | 123 | 53 | 0 | 50 | 105 | 55 | 31 | 65 | 44 |
| Binary | 10001011 | 1010011 | 101011 | 0 | 101000 | 1000101 | 101101 | 11001 | 110101 | 100100 |
Color Harmonies of #8B532B
Complementary color
Monochromatic Colors of #8B532B
Black with #8B532B
Text Example
Text Example
White with #8B532B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B532B; }
p { color: rgb(139,83,43); }
H1.HeaderClassName
{
color: #8B532B;
}
.AnyTagClassName
{
color: #8B532B;
}
</style>
background-color css
<style>
a { background-color: #8B532B; }
a { background-color: rgb(139,83,43); }
div.DivClassName
{
background-color: #8B532B;
}
.BgClassName
{
background-color: #8B532B;
}
</style>
border-color css
<style>
span { border-color: #8B532B; }
span { border-color: rgb(139,83,43); }
td.TdClassName
{
border-color: #8B532B;
}
.TagClassName
{
border-color: #8B532B;
}
</style>