Shades of Chelsea Gem #8B5332
Tints of Chelsea Gem #8B5332
RGB
CMYK
RGB Variations
Color information
#8B5332 (or 0x8B5332) is known color: Chelsea Gem. HEX triplet: 8B, 53 and 32. RGB value is (139,83,50). Sum of RGB (Red+Green+Blue) = 139+83+50=272 (36% of max value = 765). Red value is 139 (54.69% from 255 or 51.10% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5332 is #74ACCD. Grayscale: #606060. Windows color (decimal): -7646414 or 3298187. OLE color: 3298187.
HSL color Cylindrical-coordinate representation of color #8B5332: hue angle of 22.25º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B5332 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 83 | 50 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.45 |
| HSL | 22.25º | 0.47% | 0.37% | - |
| HSV(B) | 22.25º | 0.64% | 0.55% | - |
| XYZ | 14.32 | 11.91 | 4.56 | - |
| YUV | 95.98 | 102.05 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 83 | 50 | 0 | 0.40 | 0.64 | 0.45 | 22.25 | 0.47 | 0.37 |
| Hex | 8B | 53 | 32 | 0 | 28 | 40 | 2D | 16 | 2F | 25 |
| Octal | 213 | 123 | 62 | 0 | 50 | 100 | 55 | 26 | 57 | 45 |
| Binary | 10001011 | 1010011 | 110010 | 0 | 101000 | 1000000 | 101101 | 10110 | 101111 | 100101 |
Color Harmonies of #8B5332
Complementary color
Monochromatic Colors of #8B5332
Black with #8B5332
Text Example
Text Example
White with #8B5332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5332; }
p { color: rgb(139,83,50); }
H1.HeaderClassName
{
color: #8B5332;
}
.AnyTagClassName
{
color: #8B5332;
}
</style>
background-color css
<style>
a { background-color: #8B5332; }
a { background-color: rgb(139,83,50); }
div.DivClassName
{
background-color: #8B5332;
}
.BgClassName
{
background-color: #8B5332;
}
</style>
border-color css
<style>
span { border-color: #8B5332; }
span { border-color: rgb(139,83,50); }
td.TdClassName
{
border-color: #8B5332;
}
.TagClassName
{
border-color: #8B5332;
}
</style>