Shades of Heath #482A2C
Tints of Heath #482A2C
RGB
CMYK
RGB Variations
Color information
#482A2C (or 0x482A2C) is known color: Heath. HEX triplet: 48, 2A and 2C. RGB value is (72,42,44). Sum of RGB (Red+Green+Blue) = 72+42+44=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 42 (16.80% from 255 or 26.58% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #482A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482A2C is #B7D5D3. Grayscale: #333333. Windows color (decimal): -12047828 or 2894408. OLE color: 2894408.
HSL color Cylindrical-coordinate representation of color #482A2C: hue angle of 356º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #482A2C is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 42 | 44 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.72 |
| HSL | 356º | 0.26% | 0.22% | - |
| HSV(B) | 356º | 0.42% | 0.28% | - |
| XYZ | 3.96 | 3.22 | 2.8 | - |
| YUV | 51.2 | 123.94 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 44 | 0 | 0.42 | 0.39 | 0.72 | 356 | 0.26 | 0.22 |
| Hex | 48 | 2A | 2C | 0 | 2A | 27 | 48 | 164 | 1A | 16 |
| Octal | 110 | 52 | 54 | 0 | 52 | 47 | 110 | 544 | 32 | 26 |
| Binary | 1001000 | 101010 | 101100 | 0 | 101010 | 100111 | 1001000 | 101100100 | 11010 | 10110 |
Color Harmonies of #482A2C
Complementary color
Monochromatic Colors of #482A2C
Black with #482A2C
Text Example
Text Example
White with #482A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482A2C; }
p { color: rgb(72,42,44); }
H1.HeaderClassName
{
color: #482A2C;
}
.AnyTagClassName
{
color: #482A2C;
}
</style>
background-color css
<style>
a { background-color: #482A2C; }
a { background-color: rgb(72,42,44); }
div.DivClassName
{
background-color: #482A2C;
}
.BgClassName
{
background-color: #482A2C;
}
</style>
border-color css
<style>
span { border-color: #482A2C; }
span { border-color: rgb(72,42,44); }
td.TdClassName
{
border-color: #482A2C;
}
.TagClassName
{
border-color: #482A2C;
}
</style>