Shades of Heath #4C2C2D
Tints of Heath #4C2C2D
RGB
CMYK
RGB Variations
Color information
#4C2C2D (or 0x4C2C2D) is known color: Heath. HEX triplet: 4C, 2C and 2D. RGB value is (76,44,45). Sum of RGB (Red+Green+Blue) = 76+44+45=165 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.06% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2C2D is #B3D3D2. Grayscale: #353535. Windows color (decimal): -11785171 or 2960460. OLE color: 2960460.
HSL color Cylindrical-coordinate representation of color #4C2C2D: hue angle of 358.12º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C2C2D is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 44 | 45 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.70 |
| HSL | 358.13º | 0.27% | 0.24% | - |
| HSV(B) | 358.13º | 0.42% | 0.3% | - |
| XYZ | 4.35 | 3.53 | 2.93 | - |
| YUV | 53.68 | 123.1 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 44 | 45 | 0 | 0.42 | 0.41 | 0.70 | 358.13 | 0.27 | 0.24 |
| Hex | 4C | 2C | 2D | 0 | 2A | 29 | 46 | 166 | 1B | 18 |
| Octal | 114 | 54 | 55 | 0 | 52 | 51 | 106 | 546 | 33 | 30 |
| Binary | 1001100 | 101100 | 101101 | 0 | 101010 | 101001 | 1000110 | 101100110 | 11011 | 11000 |
Color Harmonies of #4C2C2D
Complementary color
Monochromatic Colors of #4C2C2D
Black with #4C2C2D
Text Example
Text Example
White with #4C2C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2C2D; }
p { color: rgb(76,44,45); }
H1.HeaderClassName
{
color: #4C2C2D;
}
.AnyTagClassName
{
color: #4C2C2D;
}
</style>
background-color css
<style>
a { background-color: #4C2C2D; }
a { background-color: rgb(76,44,45); }
div.DivClassName
{
background-color: #4C2C2D;
}
.BgClassName
{
background-color: #4C2C2D;
}
</style>
border-color css
<style>
span { border-color: #4C2C2D; }
span { border-color: rgb(76,44,45); }
td.TdClassName
{
border-color: #4C2C2D;
}
.TagClassName
{
border-color: #4C2C2D;
}
</style>