Shades of Irish Coffee #5E412B
Tints of Irish Coffee #5E412B
RGB
CMYK
RGB Variations
Color information
#5E412B (or 0x5E412B) is known color: Irish Coffee. HEX triplet: 5E, 41 and 2B. RGB value is (94,65,43). Sum of RGB (Red+Green+Blue) = 94+65+43=202 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.53% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 94 - color contains mainly: red. Hex color #5E412B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E412B is #A1BED4. Grayscale: #474747. Windows color (decimal): -10600149 or 2834782. OLE color: 2834782.
HSL color Cylindrical-coordinate representation of color #5E412B: hue angle of 25.88º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E412B is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 65 | 43 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.63 |
| HSL | 25.88º | 0.37% | 0.27% | - |
| HSV(B) | 25.88º | 0.54% | 0.37% | - |
| XYZ | 6.94 | 6.33 | 3.14 | - |
| YUV | 71.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 65 | 43 | 0 | 0.31 | 0.54 | 0.63 | 25.88 | 0.37 | 0.27 |
| Hex | 5E | 41 | 2B | 0 | 1F | 36 | 3F | 1A | 25 | 1B |
| Octal | 136 | 101 | 53 | 0 | 37 | 66 | 77 | 32 | 45 | 33 |
| Binary | 1011110 | 1000001 | 101011 | 0 | 11111 | 110110 | 111111 | 11010 | 100101 | 11011 |
Color Harmonies of #5E412B
Complementary color
Monochromatic Colors of #5E412B
Black with #5E412B
Text Example
Text Example
White with #5E412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E412B; }
p { color: rgb(94,65,43); }
H1.HeaderClassName
{
color: #5E412B;
}
.AnyTagClassName
{
color: #5E412B;
}
</style>
background-color css
<style>
a { background-color: #5E412B; }
a { background-color: rgb(94,65,43); }
div.DivClassName
{
background-color: #5E412B;
}
.BgClassName
{
background-color: #5E412B;
}
</style>
border-color css
<style>
span { border-color: #5E412B; }
span { border-color: rgb(94,65,43); }
td.TdClassName
{
border-color: #5E412B;
}
.TagClassName
{
border-color: #5E412B;
}
</style>