Shades of Heath #542C2D
Tints of Heath #542C2D
RGB
CMYK
RGB Variations
Color information
#542C2D (or 0x542C2D) is known color: Heath. HEX triplet: 54, 2C and 2D. RGB value is (84,44,45). Sum of RGB (Red+Green+Blue) = 84+44+45=173 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.55% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 84 - color contains mainly: red. Hex color #542C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542C2D is #ABD3D2. Grayscale: #383838. Windows color (decimal): -11260883 or 2960468. OLE color: 2960468.
HSL color Cylindrical-coordinate representation of color #542C2D: hue angle of 358.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #542C2D is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 44 | 45 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.67 |
| HSL | 358.5º | 0.31% | 0.25% | - |
| HSV(B) | 358.5º | 0.48% | 0.33% | - |
| XYZ | 5.03 | 3.88 | 2.97 | - |
| YUV | 56.07 | 121.75 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 45 | 0 | 0.48 | 0.46 | 0.67 | 358.5 | 0.31 | 0.25 |
| Hex | 54 | 2C | 2D | 0 | 30 | 2E | 43 | 166 | 1F | 19 |
| Octal | 124 | 54 | 55 | 0 | 60 | 56 | 103 | 546 | 37 | 31 |
| Binary | 1010100 | 101100 | 101101 | 0 | 110000 | 101110 | 1000011 | 101100110 | 11111 | 11001 |
Color Harmonies of #542C2D
Complementary color
Monochromatic Colors of #542C2D
Black with #542C2D
Text Example
Text Example
White with #542C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542C2D; }
p { color: rgb(84,44,45); }
H1.HeaderClassName
{
color: #542C2D;
}
.AnyTagClassName
{
color: #542C2D;
}
</style>
background-color css
<style>
a { background-color: #542C2D; }
a { background-color: rgb(84,44,45); }
div.DivClassName
{
background-color: #542C2D;
}
.BgClassName
{
background-color: #542C2D;
}
</style>
border-color css
<style>
span { border-color: #542C2D; }
span { border-color: rgb(84,44,45); }
td.TdClassName
{
border-color: #542C2D;
}
.TagClassName
{
border-color: #542C2D;
}
</style>