Shades of Chelsea Gem #8B532F
Tints of Chelsea Gem #8B532F
RGB
CMYK
RGB Variations
Color information
#8B532F (or 0x8B532F) is known color: Chelsea Gem. HEX triplet: 8B, 53 and 2F. RGB value is (139,83,47). Sum of RGB (Red+Green+Blue) = 139+83+47=269 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.67% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 139 - color contains mainly: red. Hex color #8B532F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B532F is #74ACD0. Grayscale: #5F5F5F. Windows color (decimal): -7646417 or 3101579. OLE color: 3101579.
HSL color Cylindrical-coordinate representation of color #8B532F: hue angle of 23.48º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B532F is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 83 | 47 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.45 |
| HSL | 23.48º | 0.49% | 0.36% | - |
| HSV(B) | 23.48º | 0.66% | 0.55% | - |
| XYZ | 14.25 | 11.88 | 4.23 | - |
| YUV | 95.64 | 100.55 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 83 | 47 | 0 | 0.40 | 0.66 | 0.45 | 23.48 | 0.49 | 0.36 |
| Hex | 8B | 53 | 2F | 0 | 28 | 42 | 2D | 17 | 31 | 24 |
| Octal | 213 | 123 | 57 | 0 | 50 | 102 | 55 | 27 | 61 | 44 |
| Binary | 10001011 | 1010011 | 101111 | 0 | 101000 | 1000010 | 101101 | 10111 | 110001 | 100100 |
Color Harmonies of #8B532F
Complementary color
Monochromatic Colors of #8B532F
Black with #8B532F
Text Example
Text Example
White with #8B532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B532F; }
p { color: rgb(139,83,47); }
H1.HeaderClassName
{
color: #8B532F;
}
.AnyTagClassName
{
color: #8B532F;
}
</style>
background-color css
<style>
a { background-color: #8B532F; }
a { background-color: rgb(139,83,47); }
div.DivClassName
{
background-color: #8B532F;
}
.BgClassName
{
background-color: #8B532F;
}
</style>
border-color css
<style>
span { border-color: #8B532F; }
span { border-color: rgb(139,83,47); }
td.TdClassName
{
border-color: #8B532F;
}
.TagClassName
{
border-color: #8B532F;
}
</style>