Shades of Irish Coffee #5E412D
Tints of Irish Coffee #5E412D
RGB
CMYK
RGB Variations
Color information
#5E412D (or 0x5E412D) is known color: Irish Coffee. HEX triplet: 5E, 41 and 2D. RGB value is (94,65,45). Sum of RGB (Red+Green+Blue) = 94+65+45=204 (27% of max value = 765). Red value is 94 (37.11% from 255 or 46.08% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 94 - color contains mainly: red. Hex color #5E412D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E412D is #A1BED2. Grayscale: #474747. Windows color (decimal): -10600147 or 2965854. OLE color: 2965854.
HSL color Cylindrical-coordinate representation of color #5E412D: hue angle of 24.49º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5E412D is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 65 | 45 | - |
CMYK | 0 | 0.31 | 0.52 | 0.63 |
HSL | 24.49º | 0.35% | 0.27% | - |
HSV(B) | 24.49º | 0.52% | 0.37% | - |
XYZ | 6.98 | 6.35 | 3.34 | - |
YUV | 71.39 | 113.11 | 144.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 65 | 45 | 0 | 0.31 | 0.52 | 0.63 | 24.49 | 0.35 | 0.27 |
Hex | 5E | 41 | 2D | 0 | 1F | 34 | 3F | 18 | 23 | 1B |
Octal | 136 | 101 | 55 | 0 | 37 | 64 | 77 | 30 | 43 | 33 |
Binary | 1011110 | 1000001 | 101101 | 0 | 11111 | 110100 | 111111 | 11000 | 100011 | 11011 |
Color Harmonies of #5E412D
Complementary color
Monochromatic Colors of #5E412D
Black with #5E412D
Text Example
Text Example
White with #5E412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E412D; }
p { color: rgb(94,65,45); }
H1.HeaderClassName
{
color: #5E412D;
}
.AnyTagClassName
{
color: #5E412D;
}
</style>
background-color css
<style>
a { background-color: #5E412D; }
a { background-color: rgb(94,65,45); }
div.DivClassName
{
background-color: #5E412D;
}
.BgClassName
{
background-color: #5E412D;
}
</style>
border-color css
<style>
span { border-color: #5E412D; }
span { border-color: rgb(94,65,45); }
td.TdClassName
{
border-color: #5E412D;
}
.TagClassName
{
border-color: #5E412D;
}
</style>