Shades of Irish Coffee #5F452E
Tints of Irish Coffee #5F452E
RGB
CMYK
RGB Variations
Color information
#5F452E (or 0x5F452E) is known color: Irish Coffee. HEX triplet: 5F, 45 and 2E. RGB value is (95,69,46). Sum of RGB (Red+Green+Blue) = 95+69+46=210 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.24% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 95 - color contains mainly: red. Hex color #5F452E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F452E is #A0BAD1. Grayscale: #4A4A4A. Windows color (decimal): -10533586 or 3032415. OLE color: 3032415.
HSL color Cylindrical-coordinate representation of color #5F452E: hue angle of 28.16º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5F452E is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 69 | 46 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.63 |
| HSL | 28.16º | 0.35% | 0.28% | - |
| HSV(B) | 28.16º | 0.52% | 0.37% | - |
| XYZ | 7.34 | 6.89 | 3.53 | - |
| YUV | 74.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 69 | 46 | 0 | 0.27 | 0.52 | 0.63 | 28.16 | 0.35 | 0.28 |
| Hex | 5F | 45 | 2E | 0 | 1B | 34 | 3F | 1C | 23 | 1C |
| Octal | 137 | 105 | 56 | 0 | 33 | 64 | 77 | 34 | 43 | 34 |
| Binary | 1011111 | 1000101 | 101110 | 0 | 11011 | 110100 | 111111 | 11100 | 100011 | 11100 |
Color Harmonies of #5F452E
Complementary color
Monochromatic Colors of #5F452E
Black with #5F452E
Text Example
Text Example
White with #5F452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F452E; }
p { color: rgb(95,69,46); }
H1.HeaderClassName
{
color: #5F452E;
}
.AnyTagClassName
{
color: #5F452E;
}
</style>
background-color css
<style>
a { background-color: #5F452E; }
a { background-color: rgb(95,69,46); }
div.DivClassName
{
background-color: #5F452E;
}
.BgClassName
{
background-color: #5F452E;
}
</style>
border-color css
<style>
span { border-color: #5F452E; }
span { border-color: rgb(95,69,46); }
td.TdClassName
{
border-color: #5F452E;
}
.TagClassName
{
border-color: #5F452E;
}
</style>