Shades of Irish Coffee #5C412C
Tints of Irish Coffee #5C412C
RGB
CMYK
RGB Variations
Color information
#5C412C (or 0x5C412C) is known color: Irish Coffee. HEX triplet: 5C, 41 and 2C. RGB value is (92,65,44). Sum of RGB (Red+Green+Blue) = 92+65+44=201 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.77% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 92 - color contains mainly: red. Hex color #5C412C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C412C is #A3BED3. Grayscale: #464646. Windows color (decimal): -10731220 or 2900316. OLE color: 2900316.
HSL color Cylindrical-coordinate representation of color #5C412C: hue angle of 26.25º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C412C is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 65 | 44 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.64 |
| HSL | 26.25º | 0.35% | 0.27% | - |
| HSV(B) | 26.25º | 0.52% | 0.36% | - |
| XYZ | 6.76 | 6.24 | 3.23 | - |
| YUV | 70.68 | 112.95 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 65 | 44 | 0 | 0.29 | 0.52 | 0.64 | 26.25 | 0.35 | 0.27 |
| Hex | 5C | 41 | 2C | 0 | 1D | 34 | 40 | 1A | 23 | 1B |
| Octal | 134 | 101 | 54 | 0 | 35 | 64 | 100 | 32 | 43 | 33 |
| Binary | 1011100 | 1000001 | 101100 | 0 | 11101 | 110100 | 1000000 | 11010 | 100011 | 11011 |
Color Harmonies of #5C412C
Complementary color
Monochromatic Colors of #5C412C
Black with #5C412C
Text Example
Text Example
White with #5C412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C412C; }
p { color: rgb(92,65,44); }
H1.HeaderClassName
{
color: #5C412C;
}
.AnyTagClassName
{
color: #5C412C;
}
</style>
background-color css
<style>
a { background-color: #5C412C; }
a { background-color: rgb(92,65,44); }
div.DivClassName
{
background-color: #5C412C;
}
.BgClassName
{
background-color: #5C412C;
}
</style>
border-color css
<style>
span { border-color: #5C412C; }
span { border-color: rgb(92,65,44); }
td.TdClassName
{
border-color: #5C412C;
}
.TagClassName
{
border-color: #5C412C;
}
</style>