Shades of Irish Coffee #63452C
Tints of Irish Coffee #63452C
RGB
CMYK
RGB Variations
Color information
#63452C (or 0x63452C) is known color: Irish Coffee. HEX triplet: 63, 45 and 2C. RGB value is (99,69,44). Sum of RGB (Red+Green+Blue) = 99+69+44=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #63452C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63452C is #9CBAD3. Grayscale: #4B4B4B. Windows color (decimal): -10271444 or 2901347. OLE color: 2901347.
HSL color Cylindrical-coordinate representation of color #63452C: hue angle of 27.27º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63452C is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 69 | 44 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.61 |
| HSL | 27.27º | 0.38% | 0.28% | - |
| HSV(B) | 27.27º | 0.56% | 0.39% | - |
| XYZ | 7.73 | 7.09 | 3.34 | - |
| YUV | 75.12 | 110.44 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 69 | 44 | 0 | 0.30 | 0.56 | 0.61 | 27.27 | 0.38 | 0.28 |
| Hex | 63 | 45 | 2C | 0 | 1E | 38 | 3D | 1B | 26 | 1C |
| Octal | 143 | 105 | 54 | 0 | 36 | 70 | 75 | 33 | 46 | 34 |
| Binary | 1100011 | 1000101 | 101100 | 0 | 11110 | 111000 | 111101 | 11011 | 100110 | 11100 |
Color Harmonies of #63452C
Complementary color
Monochromatic Colors of #63452C
Black with #63452C
Text Example
Text Example
White with #63452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63452C; }
p { color: rgb(99,69,44); }
H1.HeaderClassName
{
color: #63452C;
}
.AnyTagClassName
{
color: #63452C;
}
</style>
background-color css
<style>
a { background-color: #63452C; }
a { background-color: rgb(99,69,44); }
div.DivClassName
{
background-color: #63452C;
}
.BgClassName
{
background-color: #63452C;
}
</style>
border-color css
<style>
span { border-color: #63452C; }
span { border-color: rgb(99,69,44); }
td.TdClassName
{
border-color: #63452C;
}
.TagClassName
{
border-color: #63452C;
}
</style>