Shades of Irish Coffee #5E4531
Tints of Irish Coffee #5E4531
RGB
CMYK
RGB Variations
Color information
#5E4531 (or 0x5E4531) is known color: Irish Coffee. HEX triplet: 5E, 45 and 31. RGB value is (94,69,49). Sum of RGB (Red+Green+Blue) = 94+69+49=212 (28% of max value = 765). Red value is 94 (37.11% from 255 or 44.34% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4531 is #A1BACE. Grayscale: #4A4A4A. Windows color (decimal): -10599119 or 3229022. OLE color: 3229022.
HSL color Cylindrical-coordinate representation of color #5E4531: hue angle of 26.67º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5E4531 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 69 | 49 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.63 |
| HSL | 26.67º | 0.31% | 0.28% | - |
| HSV(B) | 26.67º | 0.48% | 0.37% | - |
| XYZ | 7.3 | 6.86 | 3.84 | - |
| YUV | 74.2 | 113.78 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 69 | 49 | 0 | 0.27 | 0.48 | 0.63 | 26.67 | 0.31 | 0.28 |
| Hex | 5E | 45 | 31 | 0 | 1B | 30 | 3F | 1B | 1F | 1C |
| Octal | 136 | 105 | 61 | 0 | 33 | 60 | 77 | 33 | 37 | 34 |
| Binary | 1011110 | 1000101 | 110001 | 0 | 11011 | 110000 | 111111 | 11011 | 11111 | 11100 |
Color Harmonies of #5E4531
Complementary color
Monochromatic Colors of #5E4531
Black with #5E4531
Text Example
Text Example
White with #5E4531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4531; }
p { color: rgb(94,69,49); }
H1.HeaderClassName
{
color: #5E4531;
}
.AnyTagClassName
{
color: #5E4531;
}
</style>
background-color css
<style>
a { background-color: #5E4531; }
a { background-color: rgb(94,69,49); }
div.DivClassName
{
background-color: #5E4531;
}
.BgClassName
{
background-color: #5E4531;
}
</style>
border-color css
<style>
span { border-color: #5E4531; }
span { border-color: rgb(94,69,49); }
td.TdClassName
{
border-color: #5E4531;
}
.TagClassName
{
border-color: #5E4531;
}
</style>