Shades of Chelsea Gem #8B502F
Tints of Chelsea Gem #8B502F
RGB
CMYK
RGB Variations
Color information
#8B502F (or 0x8B502F) is known color: Chelsea Gem. HEX triplet: 8B, 50 and 2F. RGB value is (139,80,47). Sum of RGB (Red+Green+Blue) = 139+80+47=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B502F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B502F is #74AFD0. Grayscale: #5E5E5E. Windows color (decimal): -7647185 or 3100811. OLE color: 3100811.
HSL color Cylindrical-coordinate representation of color #8B502F: hue angle of 21.52º 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 #8B502F is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 80 | 47 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.45 |
| HSL | 21.52º | 0.49% | 0.36% | - |
| HSV(B) | 21.52º | 0.66% | 0.55% | - |
| XYZ | 14.03 | 11.43 | 4.16 | - |
| YUV | 93.88 | 101.55 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 80 | 47 | 0 | 0.42 | 0.66 | 0.45 | 21.52 | 0.49 | 0.36 |
| Hex | 8B | 50 | 2F | 0 | 2A | 42 | 2D | 16 | 31 | 24 |
| Octal | 213 | 120 | 57 | 0 | 52 | 102 | 55 | 26 | 61 | 44 |
| Binary | 10001011 | 1010000 | 101111 | 0 | 101010 | 1000010 | 101101 | 10110 | 110001 | 100100 |
Color Harmonies of #8B502F
Complementary color
Monochromatic Colors of #8B502F
Black with #8B502F
Text Example
Text Example
White with #8B502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B502F; }
p { color: rgb(139,80,47); }
H1.HeaderClassName
{
color: #8B502F;
}
.AnyTagClassName
{
color: #8B502F;
}
</style>
background-color css
<style>
a { background-color: #8B502F; }
a { background-color: rgb(139,80,47); }
div.DivClassName
{
background-color: #8B502F;
}
.BgClassName
{
background-color: #8B502F;
}
</style>
border-color css
<style>
span { border-color: #8B502F; }
span { border-color: rgb(139,80,47); }
td.TdClassName
{
border-color: #8B502F;
}
.TagClassName
{
border-color: #8B502F;
}
</style>