Shades of Cosmic #84546D
Tints of Cosmic #84546D
RGB
CMYK
RGB Variations
Color information
#84546D (or 0x84546D) is known color: Cosmic. HEX triplet: 84, 54 and 6D. RGB value is (132,84,109). Sum of RGB (Red+Green+Blue) = 132+84+109=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 132 - color contains mainly: red. Hex color #84546D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84546D is #7BAB92. Grayscale: #656565. Windows color (decimal): -8104851 or 7165060. OLE color: 7165060.
HSL color Cylindrical-coordinate representation of color #84546D: hue angle of 328.75º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84546D is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 84 | 109 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.48 |
| HSL | 328.75º | 0.22% | 0.42% | - |
| HSV(B) | 328.75º | 0.36% | 0.52% | - |
| XYZ | 15.45 | 12.35 | 16.04 | - |
| YUV | 101.2 | 132.4 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 84 | 109 | 0 | 0.36 | 0.17 | 0.48 | 328.75 | 0.22 | 0.42 |
| Hex | 84 | 54 | 6D | 0 | 24 | 11 | 30 | 149 | 16 | 2A |
| Octal | 204 | 124 | 155 | 0 | 44 | 21 | 60 | 511 | 26 | 52 |
| Binary | 10000100 | 1010100 | 1101101 | 0 | 100100 | 10001 | 110000 | 101001001 | 10110 | 101010 |
Color Harmonies of #84546D
Complementary color
Monochromatic Colors of #84546D
Black with #84546D
Text Example
Text Example
White with #84546D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84546D; }
p { color: rgb(132,84,109); }
H1.HeaderClassName
{
color: #84546D;
}
.AnyTagClassName
{
color: #84546D;
}
</style>
background-color css
<style>
a { background-color: #84546D; }
a { background-color: rgb(132,84,109); }
div.DivClassName
{
background-color: #84546D;
}
.BgClassName
{
background-color: #84546D;
}
</style>
border-color css
<style>
span { border-color: #84546D; }
span { border-color: rgb(132,84,109); }
td.TdClassName
{
border-color: #84546D;
}
.TagClassName
{
border-color: #84546D;
}
</style>