Shades of Roman Coffee #856555
Tints of Roman Coffee #856555
RGB
CMYK
RGB Variations
Color information
#856555 (or 0x856555) is known color: Roman Coffee. HEX triplet: 85, 65 and 55. RGB value is (133,101,85). Sum of RGB (Red+Green+Blue) = 133+101+85=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #856555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856555 is #7A9AAA. Grayscale: #6C6C6C. Windows color (decimal): -8034987 or 5596549. OLE color: 5596549.
HSL color Cylindrical-coordinate representation of color #856555: hue angle of 20º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #856555 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 101 | 85 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.48 |
| HSL | 20º | 0.22% | 0.43% | - |
| HSV(B) | 20º | 0.36% | 0.52% | - |
| XYZ | 15.97 | 14.95 | 10.64 | - |
| YUV | 108.74 | 114.6 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 101 | 85 | 0 | 0.24 | 0.36 | 0.48 | 20 | 0.22 | 0.43 |
| Hex | 85 | 65 | 55 | 0 | 18 | 24 | 30 | 14 | 16 | 2B |
| Octal | 205 | 145 | 125 | 0 | 30 | 44 | 60 | 24 | 26 | 53 |
| Binary | 10000101 | 1100101 | 1010101 | 0 | 11000 | 100100 | 110000 | 10100 | 10110 | 101011 |
Color Harmonies of #856555
Complementary color
Monochromatic Colors of #856555
Black with #856555
Text Example
Text Example
White with #856555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856555; }
p { color: rgb(133,101,85); }
H1.HeaderClassName
{
color: #856555;
}
.AnyTagClassName
{
color: #856555;
}
</style>
background-color css
<style>
a { background-color: #856555; }
a { background-color: rgb(133,101,85); }
div.DivClassName
{
background-color: #856555;
}
.BgClassName
{
background-color: #856555;
}
</style>
border-color css
<style>
span { border-color: #856555; }
span { border-color: rgb(133,101,85); }
td.TdClassName
{
border-color: #856555;
}
.TagClassName
{
border-color: #856555;
}
</style>