Shades of Chelsea Gem #8A5331
Tints of Chelsea Gem #8A5331
RGB
CMYK
RGB Variations
Color information
#8A5331 (or 0x8A5331) is known color: Chelsea Gem. HEX triplet: 8A, 53 and 31. RGB value is (138,83,49). Sum of RGB (Red+Green+Blue) = 138+83+49=270 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.11% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5331 is #75ACCE. Grayscale: #5F5F5F. Windows color (decimal): -7711951 or 3232650. OLE color: 3232650.
HSL color Cylindrical-coordinate representation of color #8A5331: hue angle of 22.92º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A5331 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 83 | 49 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.46 |
| HSL | 22.92º | 0.48% | 0.37% | - |
| HSV(B) | 22.92º | 0.64% | 0.54% | - |
| XYZ | 14.13 | 11.81 | 4.44 | - |
| YUV | 95.57 | 101.72 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 83 | 49 | 0 | 0.40 | 0.64 | 0.46 | 22.92 | 0.48 | 0.37 |
| Hex | 8A | 53 | 31 | 0 | 28 | 40 | 2E | 17 | 30 | 25 |
| Octal | 212 | 123 | 61 | 0 | 50 | 100 | 56 | 27 | 60 | 45 |
| Binary | 10001010 | 1010011 | 110001 | 0 | 101000 | 1000000 | 101110 | 10111 | 110000 | 100101 |
Color Harmonies of #8A5331
Complementary color
Monochromatic Colors of #8A5331
Black with #8A5331
Text Example
Text Example
White with #8A5331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5331; }
p { color: rgb(138,83,49); }
H1.HeaderClassName
{
color: #8A5331;
}
.AnyTagClassName
{
color: #8A5331;
}
</style>
background-color css
<style>
a { background-color: #8A5331; }
a { background-color: rgb(138,83,49); }
div.DivClassName
{
background-color: #8A5331;
}
.BgClassName
{
background-color: #8A5331;
}
</style>
border-color css
<style>
span { border-color: #8A5331; }
span { border-color: rgb(138,83,49); }
td.TdClassName
{
border-color: #8A5331;
}
.TagClassName
{
border-color: #8A5331;
}
</style>