Shades of Heath #542D30
Tints of Heath #542D30
RGB
CMYK
RGB Variations
Color information
#542D30 (or 0x542D30) is known color: Heath. HEX triplet: 54, 2D and 30. RGB value is (84,45,48). Sum of RGB (Red+Green+Blue) = 84+45+48=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 45 (17.97% from 255 or 25.42% from 177); Blue value is 48 (19.14% from 255 or 27.12% from 177); Max value from RGB is 84 - color contains mainly: red. Hex color #542D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542D30 is #ABD2CF. Grayscale: #393939. Windows color (decimal): -11260624 or 3157332. OLE color: 3157332.
HSL color Cylindrical-coordinate representation of color #542D30: hue angle of 355.38º 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 #542D30 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 45 | 48 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.67 |
| HSL | 355.38º | 0.3% | 0.25% | - |
| HSV(B) | 355.38º | 0.46% | 0.33% | - |
| XYZ | 5.13 | 3.97 | 3.29 | - |
| YUV | 57 | 122.92 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 48 | 0 | 0.46 | 0.43 | 0.67 | 355.38 | 0.3 | 0.25 |
| Hex | 54 | 2D | 30 | 0 | 2E | 2B | 43 | 163 | 1E | 19 |
| Octal | 124 | 55 | 60 | 0 | 56 | 53 | 103 | 543 | 36 | 31 |
| Binary | 1010100 | 101101 | 110000 | 0 | 101110 | 101011 | 1000011 | 101100011 | 11110 | 11001 |
Color Harmonies of #542D30
Complementary color
Monochromatic Colors of #542D30
Black with #542D30
Text Example
Text Example
White with #542D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542D30; }
p { color: rgb(84,45,48); }
H1.HeaderClassName
{
color: #542D30;
}
.AnyTagClassName
{
color: #542D30;
}
</style>
background-color css
<style>
a { background-color: #542D30; }
a { background-color: rgb(84,45,48); }
div.DivClassName
{
background-color: #542D30;
}
.BgClassName
{
background-color: #542D30;
}
</style>
border-color css
<style>
span { border-color: #542D30; }
span { border-color: rgb(84,45,48); }
td.TdClassName
{
border-color: #542D30;
}
.TagClassName
{
border-color: #542D30;
}
</style>