Shades of Roman Coffee #826B5E
Tints of Roman Coffee #826B5E
RGB
CMYK
RGB Variations
Color information
#826B5E (or 0x826B5E) is known color: Roman Coffee. HEX triplet: 82, 6B and 5E. RGB value is (130,107,94). Sum of RGB (Red+Green+Blue) = 130+107+94=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 130 - color contains mainly: red. Hex color #826B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826B5E is #7D94A1. Grayscale: #707070. Windows color (decimal): -8230050 or 6187906. OLE color: 6187906.
HSL color Cylindrical-coordinate representation of color #826B5E: hue angle of 21.67º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #826B5E is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
RGB | 130 | 107 | 94 | - |
CMYK | 0 | 0.18 | 0.28 | 0.49 |
HSL | 21.67º | 0.16% | 0.44% | - |
HSV(B) | 21.67º | 0.28% | 0.51% | - |
XYZ | 16.48 | 16.07 | 12.82 | - |
YUV | 112.4 | 117.62 | 140.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 130 | 107 | 94 | 0 | 0.18 | 0.28 | 0.49 | 21.67 | 0.16 | 0.44 |
Hex | 82 | 6B | 5E | 0 | 12 | 1C | 31 | 16 | 10 | 2C |
Octal | 202 | 153 | 136 | 0 | 22 | 34 | 61 | 26 | 20 | 54 |
Binary | 10000010 | 1101011 | 1011110 | 0 | 10010 | 11100 | 110001 | 10110 | 10000 | 101100 |
Color Harmonies of #826B5E
Complementary color
Monochromatic Colors of #826B5E
Black with #826B5E
Text Example
Text Example
White with #826B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826B5E; }
p { color: rgb(130,107,94); }
H1.HeaderClassName
{
color: #826B5E;
}
.AnyTagClassName
{
color: #826B5E;
}
</style>
background-color css
<style>
a { background-color: #826B5E; }
a { background-color: rgb(130,107,94); }
div.DivClassName
{
background-color: #826B5E;
}
.BgClassName
{
background-color: #826B5E;
}
</style>
border-color css
<style>
span { border-color: #826B5E; }
span { border-color: rgb(130,107,94); }
td.TdClassName
{
border-color: #826B5E;
}
.TagClassName
{
border-color: #826B5E;
}
</style>