Shades of Heath #4C282C
Tints of Heath #4C282C
RGB
CMYK
RGB Variations
Color information
#4C282C (or 0x4C282C) is known color: Heath. HEX triplet: 4C, 28 and 2C. RGB value is (76,40,44). Sum of RGB (Red+Green+Blue) = 76+40+44=160 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.5% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 44 (17.58% from 255 or 27.5% from 160); Max value from RGB is 76 - color contains mainly: red. Hex color #4C282C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C282C is #B3D7D3. Grayscale: #333333. Windows color (decimal): -11786196 or 2893900. OLE color: 2893900.
HSL color Cylindrical-coordinate representation of color #4C282C: hue angle of 353.33º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C282C is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 40 | 44 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.70 |
| HSL | 353.33º | 0.31% | 0.23% | - |
| HSV(B) | 353.33º | 0.47% | 0.3% | - |
| XYZ | 4.19 | 3.24 | 2.79 | - |
| YUV | 51.22 | 123.93 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 40 | 44 | 0 | 0.47 | 0.42 | 0.70 | 353.33 | 0.31 | 0.23 |
| Hex | 4C | 28 | 2C | 0 | 2F | 2A | 46 | 161 | 1F | 17 |
| Octal | 114 | 50 | 54 | 0 | 57 | 52 | 106 | 541 | 37 | 27 |
| Binary | 1001100 | 101000 | 101100 | 0 | 101111 | 101010 | 1000110 | 101100001 | 11111 | 10111 |
Color Harmonies of #4C282C
Complementary color
Monochromatic Colors of #4C282C
Black with #4C282C
Text Example
Text Example
White with #4C282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C282C; }
p { color: rgb(76,40,44); }
H1.HeaderClassName
{
color: #4C282C;
}
.AnyTagClassName
{
color: #4C282C;
}
</style>
background-color css
<style>
a { background-color: #4C282C; }
a { background-color: rgb(76,40,44); }
div.DivClassName
{
background-color: #4C282C;
}
.BgClassName
{
background-color: #4C282C;
}
</style>
border-color css
<style>
span { border-color: #4C282C; }
span { border-color: rgb(76,40,44); }
td.TdClassName
{
border-color: #4C282C;
}
.TagClassName
{
border-color: #4C282C;
}
</style>