Shades of Roman Coffee #82644D
Tints of Roman Coffee #82644D
RGB
CMYK
RGB Variations
Color information
#82644D (or 0x82644D) is known color: Roman Coffee. HEX triplet: 82, 64 and 4D. RGB value is (130,100,77). Sum of RGB (Red+Green+Blue) = 130+100+77=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #82644D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82644D is #7D9BB2. Grayscale: #6A6A6A. Windows color (decimal): -8231859 or 5072002. OLE color: 5072002.
HSL color Cylindrical-coordinate representation of color #82644D: hue angle of 26.04º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82644D is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 100 | 77 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.49 |
| HSL | 26.04º | 0.26% | 0.41% | - |
| HSV(B) | 26.04º | 0.41% | 0.51% | - |
| XYZ | 15.1 | 14.4 | 9 | - |
| YUV | 106.35 | 111.44 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 100 | 77 | 0 | 0.23 | 0.41 | 0.49 | 26.04 | 0.26 | 0.41 |
| Hex | 82 | 64 | 4D | 0 | 17 | 29 | 31 | 1A | 1A | 29 |
| Octal | 202 | 144 | 115 | 0 | 27 | 51 | 61 | 32 | 32 | 51 |
| Binary | 10000010 | 1100100 | 1001101 | 0 | 10111 | 101001 | 110001 | 11010 | 11010 | 101001 |
Color Harmonies of #82644D
Complementary color
Monochromatic Colors of #82644D
Black with #82644D
Text Example
Text Example
White with #82644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82644D; }
p { color: rgb(130,100,77); }
H1.HeaderClassName
{
color: #82644D;
}
.AnyTagClassName
{
color: #82644D;
}
</style>
background-color css
<style>
a { background-color: #82644D; }
a { background-color: rgb(130,100,77); }
div.DivClassName
{
background-color: #82644D;
}
.BgClassName
{
background-color: #82644D;
}
</style>
border-color css
<style>
span { border-color: #82644D; }
span { border-color: rgb(130,100,77); }
td.TdClassName
{
border-color: #82644D;
}
.TagClassName
{
border-color: #82644D;
}
</style>