Shades of Roman Coffee #846A53
Tints of Roman Coffee #846A53
RGB
CMYK
RGB Variations
Color information
#846A53 (or 0x846A53) is known color: Roman Coffee. HEX triplet: 84, 6A and 53. RGB value is (132,106,83). Sum of RGB (Red+Green+Blue) = 132+106+83=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 83 (32.81% from 255 or 25.86% from 321); Max value from RGB is 132 - color contains mainly: red. Hex color #846A53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846A53 is #7B95AC. Grayscale: #6F6F6F. Windows color (decimal): -8099245 or 5466756. OLE color: 5466756.
HSL color Cylindrical-coordinate representation of color #846A53: hue angle of 28.16º 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 #846A53 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 106 | 83 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.48 |
| HSL | 28.16º | 0.23% | 0.42% | - |
| HSV(B) | 28.16º | 0.37% | 0.52% | - |
| XYZ | 16.23 | 15.84 | 10.39 | - |
| YUV | 111.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 106 | 83 | 0 | 0.20 | 0.37 | 0.48 | 28.16 | 0.23 | 0.42 |
| Hex | 84 | 6A | 53 | 0 | 14 | 25 | 30 | 1C | 17 | 2A |
| Octal | 204 | 152 | 123 | 0 | 24 | 45 | 60 | 34 | 27 | 52 |
| Binary | 10000100 | 1101010 | 1010011 | 0 | 10100 | 100101 | 110000 | 11100 | 10111 | 101010 |
Color Harmonies of #846A53
Complementary color
Monochromatic Colors of #846A53
Black with #846A53
Text Example
Text Example
White with #846A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846A53; }
p { color: rgb(132,106,83); }
H1.HeaderClassName
{
color: #846A53;
}
.AnyTagClassName
{
color: #846A53;
}
</style>
background-color css
<style>
a { background-color: #846A53; }
a { background-color: rgb(132,106,83); }
div.DivClassName
{
background-color: #846A53;
}
.BgClassName
{
background-color: #846A53;
}
</style>
border-color css
<style>
span { border-color: #846A53; }
span { border-color: rgb(132,106,83); }
td.TdClassName
{
border-color: #846A53;
}
.TagClassName
{
border-color: #846A53;
}
</style>