Shades of Heath #542C31
Tints of Heath #542C31
RGB
CMYK
RGB Variations
Color information
#542C31 (or 0x542C31) is known color: Heath. HEX triplet: 54, 2C and 31. RGB value is (84,44,49). Sum of RGB (Red+Green+Blue) = 84+44+49=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 44 (17.58% from 255 or 24.86% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 84 - color contains mainly: red. Hex color #542C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542C31 is #ABD3CE. Grayscale: #383838. Windows color (decimal): -11260879 or 3222612. OLE color: 3222612.
HSL color Cylindrical-coordinate representation of color #542C31: hue angle of 352.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 #542C31 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 44 | 49 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.67 |
| HSL | 352.5º | 0.31% | 0.25% | - |
| HSV(B) | 352.5º | 0.48% | 0.33% | - |
| XYZ | 5.11 | 3.91 | 3.39 | - |
| YUV | 56.53 | 123.75 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 49 | 0 | 0.48 | 0.42 | 0.67 | 352.5 | 0.31 | 0.25 |
| Hex | 54 | 2C | 31 | 0 | 30 | 2A | 43 | 160 | 1F | 19 |
| Octal | 124 | 54 | 61 | 0 | 60 | 52 | 103 | 540 | 37 | 31 |
| Binary | 1010100 | 101100 | 110001 | 0 | 110000 | 101010 | 1000011 | 101100000 | 11111 | 11001 |
Color Harmonies of #542C31
Complementary color
Monochromatic Colors of #542C31
Black with #542C31
Text Example
Text Example
White with #542C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542C31; }
p { color: rgb(84,44,49); }
H1.HeaderClassName
{
color: #542C31;
}
.AnyTagClassName
{
color: #542C31;
}
</style>
background-color css
<style>
a { background-color: #542C31; }
a { background-color: rgb(84,44,49); }
div.DivClassName
{
background-color: #542C31;
}
.BgClassName
{
background-color: #542C31;
}
</style>
border-color css
<style>
span { border-color: #542C31; }
span { border-color: rgb(84,44,49); }
td.TdClassName
{
border-color: #542C31;
}
.TagClassName
{
border-color: #542C31;
}
</style>