Shades of Roman Coffee #856950
Tints of Roman Coffee #856950
RGB
CMYK
RGB Variations
Color information
#856950 (or 0x856950) is known color: Roman Coffee. HEX triplet: 85, 69 and 50. RGB value is (133,105,80). Sum of RGB (Red+Green+Blue) = 133+105+80=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #856950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856950 is #7A96AF. Grayscale: #6E6E6E. Windows color (decimal): -8033968 or 5269893. OLE color: 5269893.
HSL color Cylindrical-coordinate representation of color #856950: hue angle of 28.3º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #856950 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 105 | 80 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.48 |
| HSL | 28.3º | 0.25% | 0.42% | - |
| HSV(B) | 28.3º | 0.4% | 0.52% | - |
| XYZ | 16.17 | 15.67 | 9.76 | - |
| YUV | 110.52 | 110.78 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 105 | 80 | 0 | 0.21 | 0.40 | 0.48 | 28.3 | 0.25 | 0.42 |
| Hex | 85 | 69 | 50 | 0 | 15 | 28 | 30 | 1C | 19 | 2A |
| Octal | 205 | 151 | 120 | 0 | 25 | 50 | 60 | 34 | 31 | 52 |
| Binary | 10000101 | 1101001 | 1010000 | 0 | 10101 | 101000 | 110000 | 11100 | 11001 | 101010 |
Color Harmonies of #856950
Complementary color
Monochromatic Colors of #856950
Black with #856950
Text Example
Text Example
White with #856950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856950; }
p { color: rgb(133,105,80); }
H1.HeaderClassName
{
color: #856950;
}
.AnyTagClassName
{
color: #856950;
}
</style>
background-color css
<style>
a { background-color: #856950; }
a { background-color: rgb(133,105,80); }
div.DivClassName
{
background-color: #856950;
}
.BgClassName
{
background-color: #856950;
}
</style>
border-color css
<style>
span { border-color: #856950; }
span { border-color: rgb(133,105,80); }
td.TdClassName
{
border-color: #856950;
}
.TagClassName
{
border-color: #856950;
}
</style>