Shades of Heath #54292C
Tints of Heath #54292C
RGB
CMYK
RGB Variations
Color information
#54292C (or 0x54292C) is known color: Heath. HEX triplet: 54, 29 and 2C. RGB value is (84,41,44). Sum of RGB (Red+Green+Blue) = 84+41+44=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #54292C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54292C is #ABD6D3. Grayscale: #363636. Windows color (decimal): -11261652 or 2894164. OLE color: 2894164.
HSL color Cylindrical-coordinate representation of color #54292C: hue angle of 355.81º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54292C is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 41 | 44 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.67 |
| HSL | 355.81º | 0.34% | 0.25% | - |
| HSV(B) | 355.81º | 0.51% | 0.33% | - |
| XYZ | 4.9 | 3.65 | 2.83 | - |
| YUV | 54.2 | 122.25 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 41 | 44 | 0 | 0.51 | 0.48 | 0.67 | 355.81 | 0.34 | 0.25 |
| Hex | 54 | 29 | 2C | 0 | 33 | 30 | 43 | 164 | 22 | 19 |
| Octal | 124 | 51 | 54 | 0 | 63 | 60 | 103 | 544 | 42 | 31 |
| Binary | 1010100 | 101001 | 101100 | 0 | 110011 | 110000 | 1000011 | 101100100 | 100010 | 11001 |
Color Harmonies of #54292C
Complementary color
Monochromatic Colors of #54292C
Black with #54292C
Text Example
Text Example
White with #54292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54292C; }
p { color: rgb(84,41,44); }
H1.HeaderClassName
{
color: #54292C;
}
.AnyTagClassName
{
color: #54292C;
}
</style>
background-color css
<style>
a { background-color: #54292C; }
a { background-color: rgb(84,41,44); }
div.DivClassName
{
background-color: #54292C;
}
.BgClassName
{
background-color: #54292C;
}
</style>
border-color css
<style>
span { border-color: #54292C; }
span { border-color: rgb(84,41,44); }
td.TdClassName
{
border-color: #54292C;
}
.TagClassName
{
border-color: #54292C;
}
</style>