Shades of Cosmic #84495E
Tints of Cosmic #84495E
RGB
CMYK
RGB Variations
Color information
#84495E (or 0x84495E) is known color: Cosmic. HEX triplet: 84, 49 and 5E. RGB value is (132,73,94). Sum of RGB (Red+Green+Blue) = 132+73+94=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 132 - color contains mainly: red. Hex color #84495E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84495E is #7BB6A1. Grayscale: #5D5D5D. Windows color (decimal): -8107682 or 6179204. OLE color: 6179204.
HSL color Cylindrical-coordinate representation of color #84495E: hue angle of 338.64º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84495E is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 73 | 94 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.48 |
| HSL | 338.64º | 0.29% | 0.4% | - |
| HSV(B) | 338.64º | 0.45% | 0.52% | - |
| XYZ | 13.92 | 10.48 | 11.88 | - |
| YUV | 93.04 | 128.55 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 73 | 94 | 0 | 0.45 | 0.29 | 0.48 | 338.64 | 0.29 | 0.4 |
| Hex | 84 | 49 | 5E | 0 | 2D | 1D | 30 | 153 | 1D | 28 |
| Octal | 204 | 111 | 136 | 0 | 55 | 35 | 60 | 523 | 35 | 50 |
| Binary | 10000100 | 1001001 | 1011110 | 0 | 101101 | 11101 | 110000 | 101010011 | 11101 | 101000 |
Color Harmonies of #84495E
Complementary color
Monochromatic Colors of #84495E
Black with #84495E
Text Example
Text Example
White with #84495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84495E; }
p { color: rgb(132,73,94); }
H1.HeaderClassName
{
color: #84495E;
}
.AnyTagClassName
{
color: #84495E;
}
</style>
background-color css
<style>
a { background-color: #84495E; }
a { background-color: rgb(132,73,94); }
div.DivClassName
{
background-color: #84495E;
}
.BgClassName
{
background-color: #84495E;
}
</style>
border-color css
<style>
span { border-color: #84495E; }
span { border-color: rgb(132,73,94); }
td.TdClassName
{
border-color: #84495E;
}
.TagClassName
{
border-color: #84495E;
}
</style>