Shades of Cosmic #84536F
Tints of Cosmic #84536F
RGB
CMYK
RGB Variations
Color information
#84536F (or 0x84536F) is known color: Cosmic. HEX triplet: 84, 53 and 6F. RGB value is (132,83,111). Sum of RGB (Red+Green+Blue) = 132+83+111=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 132 - color contains mainly: red. Hex color #84536F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84536F is #7BAC90. Grayscale: #646464. Windows color (decimal): -8105105 or 7295876. OLE color: 7295876.
HSL color Cylindrical-coordinate representation of color #84536F: hue angle of 325.71º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84536F is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 83 | 111 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.48 |
| HSL | 325.71º | 0.23% | 0.42% | - |
| HSV(B) | 325.71º | 0.37% | 0.52% | - |
| XYZ | 15.48 | 12.24 | 16.59 | - |
| YUV | 100.84 | 133.73 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 83 | 111 | 0 | 0.37 | 0.16 | 0.48 | 325.71 | 0.23 | 0.42 |
| Hex | 84 | 53 | 6F | 0 | 25 | 10 | 30 | 146 | 17 | 2A |
| Octal | 204 | 123 | 157 | 0 | 45 | 20 | 60 | 506 | 27 | 52 |
| Binary | 10000100 | 1010011 | 1101111 | 0 | 100101 | 10000 | 110000 | 101000110 | 10111 | 101010 |
Color Harmonies of #84536F
Complementary color
Monochromatic Colors of #84536F
Black with #84536F
Text Example
Text Example
White with #84536F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84536F; }
p { color: rgb(132,83,111); }
H1.HeaderClassName
{
color: #84536F;
}
.AnyTagClassName
{
color: #84536F;
}
</style>
background-color css
<style>
a { background-color: #84536F; }
a { background-color: rgb(132,83,111); }
div.DivClassName
{
background-color: #84536F;
}
.BgClassName
{
background-color: #84536F;
}
</style>
border-color css
<style>
span { border-color: #84536F; }
span { border-color: rgb(132,83,111); }
td.TdClassName
{
border-color: #84536F;
}
.TagClassName
{
border-color: #84536F;
}
</style>