Shades of Roman Coffee #826A5C
Tints of Roman Coffee #826A5C
RGB
CMYK
RGB Variations
Color information
#826A5C (or 0x826A5C) is known color: Roman Coffee. HEX triplet: 82, 6A and 5C. RGB value is (130,106,92). Sum of RGB (Red+Green+Blue) = 130+106+92=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 130 - color contains mainly: red. Hex color #826A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826A5C is #7D95A3. Grayscale: #6F6F6F. Windows color (decimal): -8230308 or 6056578. OLE color: 6056578.
HSL color Cylindrical-coordinate representation of color #826A5C: hue angle of 22.11º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #826A5C is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 106 | 92 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.49 |
| HSL | 22.11º | 0.17% | 0.44% | - |
| HSV(B) | 22.11º | 0.29% | 0.51% | - |
| XYZ | 16.29 | 15.83 | 12.32 | - |
| YUV | 111.58 | 116.95 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 92 | 0 | 0.18 | 0.29 | 0.49 | 22.11 | 0.17 | 0.44 |
| Hex | 82 | 6A | 5C | 0 | 12 | 1D | 31 | 16 | 11 | 2C |
| Octal | 202 | 152 | 134 | 0 | 22 | 35 | 61 | 26 | 21 | 54 |
| Binary | 10000010 | 1101010 | 1011100 | 0 | 10010 | 11101 | 110001 | 10110 | 10001 | 101100 |
Color Harmonies of #826A5C
Complementary color
Monochromatic Colors of #826A5C
Black with #826A5C
Text Example
Text Example
White with #826A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826A5C; }
p { color: rgb(130,106,92); }
H1.HeaderClassName
{
color: #826A5C;
}
.AnyTagClassName
{
color: #826A5C;
}
</style>
background-color css
<style>
a { background-color: #826A5C; }
a { background-color: rgb(130,106,92); }
div.DivClassName
{
background-color: #826A5C;
}
.BgClassName
{
background-color: #826A5C;
}
</style>
border-color css
<style>
span { border-color: #826A5C; }
span { border-color: rgb(130,106,92); }
td.TdClassName
{
border-color: #826A5C;
}
.TagClassName
{
border-color: #826A5C;
}
</style>