Shades of Heath #542C2F
Tints of Heath #542C2F
RGB
CMYK
RGB Variations
Color information
#542C2F (or 0x542C2F) is known color: Heath. HEX triplet: 54, 2C and 2F. RGB value is (84,44,47). Sum of RGB (Red+Green+Blue) = 84+44+47=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 44 (17.58% from 255 or 25.14% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 84 - color contains mainly: red. Hex color #542C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542C2F is #ABD3D0. Grayscale: #383838. Windows color (decimal): -11260881 or 3091540. OLE color: 3091540.
HSL color Cylindrical-coordinate representation of color #542C2F: hue angle of 355.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 #542C2F is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 44 | 47 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.67 |
| HSL | 355.5º | 0.31% | 0.25% | - |
| HSV(B) | 355.5º | 0.48% | 0.33% | - |
| XYZ | 5.07 | 3.89 | 3.17 | - |
| YUV | 56.3 | 122.75 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 47 | 0 | 0.48 | 0.44 | 0.67 | 355.5 | 0.31 | 0.25 |
| Hex | 54 | 2C | 2F | 0 | 30 | 2C | 43 | 164 | 1F | 19 |
| Octal | 124 | 54 | 57 | 0 | 60 | 54 | 103 | 544 | 37 | 31 |
| Binary | 1010100 | 101100 | 101111 | 0 | 110000 | 101100 | 1000011 | 101100100 | 11111 | 11001 |
Color Harmonies of #542C2F
Complementary color
Monochromatic Colors of #542C2F
Black with #542C2F
Text Example
Text Example
White with #542C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542C2F; }
p { color: rgb(84,44,47); }
H1.HeaderClassName
{
color: #542C2F;
}
.AnyTagClassName
{
color: #542C2F;
}
</style>
background-color css
<style>
a { background-color: #542C2F; }
a { background-color: rgb(84,44,47); }
div.DivClassName
{
background-color: #542C2F;
}
.BgClassName
{
background-color: #542C2F;
}
</style>
border-color css
<style>
span { border-color: #542C2F; }
span { border-color: rgb(84,44,47); }
td.TdClassName
{
border-color: #542C2F;
}
.TagClassName
{
border-color: #542C2F;
}
</style>