Shades of Heath #4F272D
Tints of Heath #4F272D
RGB
CMYK
RGB Variations
Color information
#4F272D (or 0x4F272D) is known color: Heath. HEX triplet: 4F, 27 and 2D. RGB value is (79,39,45). Sum of RGB (Red+Green+Blue) = 79+39+45=163 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.47% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 79 - color contains mainly: red. Hex color #4F272D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F272D is #B0D8D2. Grayscale: #333333. Windows color (decimal): -11589843 or 2959183. OLE color: 2959183.
HSL color Cylindrical-coordinate representation of color #4F272D: hue angle of 351º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4F272D is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 39 | 45 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.69 |
| HSL | 351º | 0.34% | 0.23% | - |
| HSV(B) | 351º | 0.51% | 0.31% | - |
| XYZ | 4.42 | 3.3 | 2.89 | - |
| YUV | 51.64 | 124.25 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 39 | 45 | 0 | 0.51 | 0.43 | 0.69 | 351 | 0.34 | 0.23 |
| Hex | 4F | 27 | 2D | 0 | 33 | 2B | 45 | 15F | 22 | 17 |
| Octal | 117 | 47 | 55 | 0 | 63 | 53 | 105 | 537 | 42 | 27 |
| Binary | 1001111 | 100111 | 101101 | 0 | 110011 | 101011 | 1000101 | 101011111 | 100010 | 10111 |
Color Harmonies of #4F272D
Complementary color
Monochromatic Colors of #4F272D
Black with #4F272D
Text Example
Text Example
White with #4F272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F272D; }
p { color: rgb(79,39,45); }
H1.HeaderClassName
{
color: #4F272D;
}
.AnyTagClassName
{
color: #4F272D;
}
</style>
background-color css
<style>
a { background-color: #4F272D; }
a { background-color: rgb(79,39,45); }
div.DivClassName
{
background-color: #4F272D;
}
.BgClassName
{
background-color: #4F272D;
}
</style>
border-color css
<style>
span { border-color: #4F272D; }
span { border-color: rgb(79,39,45); }
td.TdClassName
{
border-color: #4F272D;
}
.TagClassName
{
border-color: #4F272D;
}
</style>