Shades of Heath #542D2E
Tints of Heath #542D2E
RGB
CMYK
RGB Variations
Color information
#542D2E (or 0x542D2E) is known color: Heath. HEX triplet: 54, 2D and 2E. RGB value is (84,45,46). Sum of RGB (Red+Green+Blue) = 84+45+46=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 45 (17.97% from 255 or 25.71% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 84 - color contains mainly: red. Hex color #542D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542D2E is #ABD2D1. Grayscale: #383838. Windows color (decimal): -11260626 or 3026260. OLE color: 3026260.
HSL color Cylindrical-coordinate representation of color #542D2E: hue angle of 358.46º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #542D2E is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 45 | 46 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.67 |
| HSL | 358.46º | 0.3% | 0.25% | - |
| HSV(B) | 358.46º | 0.46% | 0.33% | - |
| XYZ | 5.09 | 3.96 | 3.08 | - |
| YUV | 56.78 | 121.92 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 46 | 0 | 0.46 | 0.45 | 0.67 | 358.46 | 0.3 | 0.25 |
| Hex | 54 | 2D | 2E | 0 | 2E | 2D | 43 | 166 | 1E | 19 |
| Octal | 124 | 55 | 56 | 0 | 56 | 55 | 103 | 546 | 36 | 31 |
| Binary | 1010100 | 101101 | 101110 | 0 | 101110 | 101101 | 1000011 | 101100110 | 11110 | 11001 |
Color Harmonies of #542D2E
Complementary color
Monochromatic Colors of #542D2E
Black with #542D2E
Text Example
Text Example
White with #542D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542D2E; }
p { color: rgb(84,45,46); }
H1.HeaderClassName
{
color: #542D2E;
}
.AnyTagClassName
{
color: #542D2E;
}
</style>
background-color css
<style>
a { background-color: #542D2E; }
a { background-color: rgb(84,45,46); }
div.DivClassName
{
background-color: #542D2E;
}
.BgClassName
{
background-color: #542D2E;
}
</style>
border-color css
<style>
span { border-color: #542D2E; }
span { border-color: rgb(84,45,46); }
td.TdClassName
{
border-color: #542D2E;
}
.TagClassName
{
border-color: #542D2E;
}
</style>