Shades of Heath #542A2E
Tints of Heath #542A2E
RGB
CMYK
RGB Variations
Color information
#542A2E (or 0x542A2E) is known color: Heath. HEX triplet: 54, 2A and 2E. RGB value is (84,42,46). Sum of RGB (Red+Green+Blue) = 84+42+46=172 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.84% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 84 - color contains mainly: red. Hex color #542A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542A2E is #ABD5D1. Grayscale: #373737. Windows color (decimal): -11261394 or 3025492. OLE color: 3025492.
HSL color Cylindrical-coordinate representation of color #542A2E: hue angle of 354.29º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #542A2E is Cyan = 0, Magento = 0.5, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 42 | 46 | - |
| CMYK | 0 | 0.5 | 0.45 | 0.67 |
| HSL | 354.29º | 0.33% | 0.25% | - |
| HSV(B) | 354.29º | 0.5% | 0.33% | - |
| XYZ | 4.98 | 3.74 | 3.04 | - |
| YUV | 55.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 46 | 0 | 0.5 | 0.45 | 0.67 | 354.29 | 0.33 | 0.25 |
| Hex | 54 | 2A | 2E | 0 | 32 | 2D | 43 | 162 | 21 | 19 |
| Octal | 124 | 52 | 56 | 0 | 62 | 55 | 103 | 542 | 41 | 31 |
| Binary | 1010100 | 101010 | 101110 | 0 | 110010 | 101101 | 1000011 | 101100010 | 100001 | 11001 |
Color Harmonies of #542A2E
Complementary color
Monochromatic Colors of #542A2E
Black with #542A2E
Text Example
Text Example
White with #542A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542A2E; }
p { color: rgb(84,42,46); }
H1.HeaderClassName
{
color: #542A2E;
}
.AnyTagClassName
{
color: #542A2E;
}
</style>
background-color css
<style>
a { background-color: #542A2E; }
a { background-color: rgb(84,42,46); }
div.DivClassName
{
background-color: #542A2E;
}
.BgClassName
{
background-color: #542A2E;
}
</style>
border-color css
<style>
span { border-color: #542A2E; }
span { border-color: rgb(84,42,46); }
td.TdClassName
{
border-color: #542A2E;
}
.TagClassName
{
border-color: #542A2E;
}
</style>