Shades of Heath #472C2D
Tints of Heath #472C2D
RGB
CMYK
RGB Variations
Color information
#472C2D (or 0x472C2D) is known color: Heath. HEX triplet: 47, 2C and 2D. RGB value is (71,44,45). Sum of RGB (Red+Green+Blue) = 71+44+45=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 71 - color contains mainly: red. Hex color #472C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C2D is #B8D3D2. Grayscale: #343434. Windows color (decimal): -12112851 or 2960455. OLE color: 2960455.
HSL color Cylindrical-coordinate representation of color #472C2D: hue angle of 357.78º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #472C2D is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 44 | 45 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.72 |
| HSL | 357.78º | 0.23% | 0.23% | - |
| HSV(B) | 357.78º | 0.38% | 0.28% | - |
| XYZ | 3.97 | 3.33 | 2.92 | - |
| YUV | 52.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 44 | 45 | 0 | 0.38 | 0.37 | 0.72 | 357.78 | 0.23 | 0.23 |
| Hex | 47 | 2C | 2D | 0 | 26 | 25 | 48 | 166 | 17 | 17 |
| Octal | 107 | 54 | 55 | 0 | 46 | 45 | 110 | 546 | 27 | 27 |
| Binary | 1000111 | 101100 | 101101 | 0 | 100110 | 100101 | 1001000 | 101100110 | 10111 | 10111 |
Color Harmonies of #472C2D
Complementary color
Monochromatic Colors of #472C2D
Black with #472C2D
Text Example
Text Example
White with #472C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472C2D; }
p { color: rgb(71,44,45); }
H1.HeaderClassName
{
color: #472C2D;
}
.AnyTagClassName
{
color: #472C2D;
}
</style>
background-color css
<style>
a { background-color: #472C2D; }
a { background-color: rgb(71,44,45); }
div.DivClassName
{
background-color: #472C2D;
}
.BgClassName
{
background-color: #472C2D;
}
</style>
border-color css
<style>
span { border-color: #472C2D; }
span { border-color: rgb(71,44,45); }
td.TdClassName
{
border-color: #472C2D;
}
.TagClassName
{
border-color: #472C2D;
}
</style>