Shades of Chelsea Gem #8B552F
Tints of Chelsea Gem #8B552F
RGB
CMYK
RGB Variations
Color information
#8B552F (or 0x8B552F) is known color: Chelsea Gem. HEX triplet: 8B, 55 and 2F. RGB value is (139,85,47). Sum of RGB (Red+Green+Blue) = 139+85+47=271 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.29% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 139 - color contains mainly: red. Hex color #8B552F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B552F is #74AAD0. Grayscale: #616161. Windows color (decimal): -7645905 or 3102091. OLE color: 3102091.
HSL color Cylindrical-coordinate representation of color #8B552F: hue angle of 24.78º 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 #8B552F is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 85 | 47 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.45 |
| HSL | 24.78º | 0.49% | 0.36% | - |
| HSV(B) | 24.78º | 0.66% | 0.55% | - |
| XYZ | 14.41 | 12.19 | 4.28 | - |
| YUV | 96.81 | 99.89 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 85 | 47 | 0 | 0.39 | 0.66 | 0.45 | 24.78 | 0.49 | 0.36 |
| Hex | 8B | 55 | 2F | 0 | 27 | 42 | 2D | 19 | 31 | 24 |
| Octal | 213 | 125 | 57 | 0 | 47 | 102 | 55 | 31 | 61 | 44 |
| Binary | 10001011 | 1010101 | 101111 | 0 | 100111 | 1000010 | 101101 | 11001 | 110001 | 100100 |
Color Harmonies of #8B552F
Complementary color
Monochromatic Colors of #8B552F
Black with #8B552F
Text Example
Text Example
White with #8B552F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B552F; }
p { color: rgb(139,85,47); }
H1.HeaderClassName
{
color: #8B552F;
}
.AnyTagClassName
{
color: #8B552F;
}
</style>
background-color css
<style>
a { background-color: #8B552F; }
a { background-color: rgb(139,85,47); }
div.DivClassName
{
background-color: #8B552F;
}
.BgClassName
{
background-color: #8B552F;
}
</style>
border-color css
<style>
span { border-color: #8B552F; }
span { border-color: rgb(139,85,47); }
td.TdClassName
{
border-color: #8B552F;
}
.TagClassName
{
border-color: #8B552F;
}
</style>