Shades of Heath #4D2C2D
Tints of Heath #4D2C2D
RGB
CMYK
RGB Variations
Color information
#4D2C2D (or 0x4D2C2D) is known color: Heath. HEX triplet: 4D, 2C and 2D. RGB value is (77,44,45). Sum of RGB (Red+Green+Blue) = 77+44+45=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 44 (17.58% from 255 or 26.51% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2C2D is #B2D3D2. Grayscale: #363636. Windows color (decimal): -11719635 or 2960461. OLE color: 2960461.
HSL color Cylindrical-coordinate representation of color #4D2C2D: hue angle of 358.18º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D2C2D is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 44 | 45 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.70 |
| HSL | 358.18º | 0.27% | 0.24% | - |
| HSV(B) | 358.18º | 0.43% | 0.3% | - |
| XYZ | 4.43 | 3.57 | 2.94 | - |
| YUV | 53.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 44 | 45 | 0 | 0.43 | 0.42 | 0.70 | 358.18 | 0.27 | 0.24 |
| Hex | 4D | 2C | 2D | 0 | 2B | 2A | 46 | 166 | 1B | 18 |
| Octal | 115 | 54 | 55 | 0 | 53 | 52 | 106 | 546 | 33 | 30 |
| Binary | 1001101 | 101100 | 101101 | 0 | 101011 | 101010 | 1000110 | 101100110 | 11011 | 11000 |
Color Harmonies of #4D2C2D
Complementary color
Monochromatic Colors of #4D2C2D
Black with #4D2C2D
Text Example
Text Example
White with #4D2C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2C2D; }
p { color: rgb(77,44,45); }
H1.HeaderClassName
{
color: #4D2C2D;
}
.AnyTagClassName
{
color: #4D2C2D;
}
</style>
background-color css
<style>
a { background-color: #4D2C2D; }
a { background-color: rgb(77,44,45); }
div.DivClassName
{
background-color: #4D2C2D;
}
.BgClassName
{
background-color: #4D2C2D;
}
</style>
border-color css
<style>
span { border-color: #4D2C2D; }
span { border-color: rgb(77,44,45); }
td.TdClassName
{
border-color: #4D2C2D;
}
.TagClassName
{
border-color: #4D2C2D;
}
</style>