Shades of Irish Coffee #5C422F
Tints of Irish Coffee #5C422F
RGB
CMYK
RGB Variations
Color information
#5C422F (or 0x5C422F) is known color: Irish Coffee. HEX triplet: 5C, 42 and 2F. RGB value is (92,66,47). Sum of RGB (Red+Green+Blue) = 92+66+47=205 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.88% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 92 - color contains mainly: red. Hex color #5C422F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C422F is #A3BDD0. Grayscale: #474747. Windows color (decimal): -10730961 or 3097180. OLE color: 3097180.
HSL color Cylindrical-coordinate representation of color #5C422F: hue angle of 25.33º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5C422F is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 66 | 47 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.64 |
| HSL | 25.33º | 0.32% | 0.27% | - |
| HSV(B) | 25.33º | 0.49% | 0.36% | - |
| XYZ | 6.87 | 6.38 | 3.56 | - |
| YUV | 71.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 66 | 47 | 0 | 0.28 | 0.49 | 0.64 | 25.33 | 0.32 | 0.27 |
| Hex | 5C | 42 | 2F | 0 | 1C | 31 | 40 | 19 | 20 | 1B |
| Octal | 134 | 102 | 57 | 0 | 34 | 61 | 100 | 31 | 40 | 33 |
| Binary | 1011100 | 1000010 | 101111 | 0 | 11100 | 110001 | 1000000 | 11001 | 100000 | 11011 |
Color Harmonies of #5C422F
Complementary color
Monochromatic Colors of #5C422F
Black with #5C422F
Text Example
Text Example
White with #5C422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C422F; }
p { color: rgb(92,66,47); }
H1.HeaderClassName
{
color: #5C422F;
}
.AnyTagClassName
{
color: #5C422F;
}
</style>
background-color css
<style>
a { background-color: #5C422F; }
a { background-color: rgb(92,66,47); }
div.DivClassName
{
background-color: #5C422F;
}
.BgClassName
{
background-color: #5C422F;
}
</style>
border-color css
<style>
span { border-color: #5C422F; }
span { border-color: rgb(92,66,47); }
td.TdClassName
{
border-color: #5C422F;
}
.TagClassName
{
border-color: #5C422F;
}
</style>