Shades of Irish Coffee #5C442A
Tints of Irish Coffee #5C442A
RGB
CMYK
RGB Variations
Color information
#5C442A (or 0x5C442A) is known color: Irish Coffee. HEX triplet: 5C, 44 and 2A. RGB value is (92,68,42). Sum of RGB (Red+Green+Blue) = 92+68+42=202 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.54% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 92 - color contains mainly: red. Hex color #5C442A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C442A is #A3BBD5. Grayscale: #484848. Windows color (decimal): -10730454 or 2770012. OLE color: 2770012.
HSL color Cylindrical-coordinate representation of color #5C442A: hue angle of 31.2º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C442A is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 68 | 42 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.64 |
| HSL | 31.2º | 0.37% | 0.26% | - |
| HSV(B) | 31.2º | 0.54% | 0.36% | - |
| XYZ | 6.9 | 6.58 | 3.1 | - |
| YUV | 72.21 | 110.95 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 68 | 42 | 0 | 0.26 | 0.54 | 0.64 | 31.2 | 0.37 | 0.26 |
| Hex | 5C | 44 | 2A | 0 | 1A | 36 | 40 | 1F | 25 | 1A |
| Octal | 134 | 104 | 52 | 0 | 32 | 66 | 100 | 37 | 45 | 32 |
| Binary | 1011100 | 1000100 | 101010 | 0 | 11010 | 110110 | 1000000 | 11111 | 100101 | 11010 |
Color Harmonies of #5C442A
Complementary color
Monochromatic Colors of #5C442A
Black with #5C442A
Text Example
Text Example
White with #5C442A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C442A; }
p { color: rgb(92,68,42); }
H1.HeaderClassName
{
color: #5C442A;
}
.AnyTagClassName
{
color: #5C442A;
}
</style>
background-color css
<style>
a { background-color: #5C442A; }
a { background-color: rgb(92,68,42); }
div.DivClassName
{
background-color: #5C442A;
}
.BgClassName
{
background-color: #5C442A;
}
</style>
border-color css
<style>
span { border-color: #5C442A; }
span { border-color: rgb(92,68,42); }
td.TdClassName
{
border-color: #5C442A;
}
.TagClassName
{
border-color: #5C442A;
}
</style>