Shades of Roman Coffee #82654D
Tints of Roman Coffee #82654D
RGB
CMYK
RGB Variations
Color information
#82654D (or 0x82654D) is known color: Roman Coffee. HEX triplet: 82, 65 and 4D. RGB value is (130,101,77). Sum of RGB (Red+Green+Blue) = 130+101+77=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #82654D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82654D is #7D9AB2. Grayscale: #6B6B6B. Windows color (decimal): -8231603 or 5072258. OLE color: 5072258.
HSL color Cylindrical-coordinate representation of color #82654D: hue angle of 27.17º 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 #82654D is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 101 | 77 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.49 |
| HSL | 27.17º | 0.26% | 0.41% | - |
| HSV(B) | 27.17º | 0.41% | 0.51% | - |
| XYZ | 15.2 | 14.59 | 9.04 | - |
| YUV | 106.94 | 111.11 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 101 | 77 | 0 | 0.22 | 0.41 | 0.49 | 27.17 | 0.26 | 0.41 |
| Hex | 82 | 65 | 4D | 0 | 16 | 29 | 31 | 1B | 1A | 29 |
| Octal | 202 | 145 | 115 | 0 | 26 | 51 | 61 | 33 | 32 | 51 |
| Binary | 10000010 | 1100101 | 1001101 | 0 | 10110 | 101001 | 110001 | 11011 | 11010 | 101001 |
Color Harmonies of #82654D
Complementary color
Monochromatic Colors of #82654D
Black with #82654D
Text Example
Text Example
White with #82654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82654D; }
p { color: rgb(130,101,77); }
H1.HeaderClassName
{
color: #82654D;
}
.AnyTagClassName
{
color: #82654D;
}
</style>
background-color css
<style>
a { background-color: #82654D; }
a { background-color: rgb(130,101,77); }
div.DivClassName
{
background-color: #82654D;
}
.BgClassName
{
background-color: #82654D;
}
</style>
border-color css
<style>
span { border-color: #82654D; }
span { border-color: rgb(130,101,77); }
td.TdClassName
{
border-color: #82654D;
}
.TagClassName
{
border-color: #82654D;
}
</style>