Shades of Heath #482B2C
Tints of Heath #482B2C
RGB
CMYK
RGB Variations
Color information
#482B2C (or 0x482B2C) is known color: Heath. HEX triplet: 48, 2B and 2C. RGB value is (72,43,44). Sum of RGB (Red+Green+Blue) = 72+43+44=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 43 (17.19% from 255 or 27.04% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #482B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482B2C is #B7D4D3. Grayscale: #333333. Windows color (decimal): -12047572 or 2894664. OLE color: 2894664.
HSL color Cylindrical-coordinate representation of color #482B2C: hue angle of 357.93º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #482B2C is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 43 | 44 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.72 |
| HSL | 357.93º | 0.25% | 0.23% | - |
| HSV(B) | 357.93º | 0.4% | 0.28% | - |
| XYZ | 3.99 | 3.29 | 2.81 | - |
| YUV | 51.79 | 123.61 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 43 | 44 | 0 | 0.40 | 0.39 | 0.72 | 357.93 | 0.25 | 0.23 |
| Hex | 48 | 2B | 2C | 0 | 28 | 27 | 48 | 166 | 19 | 17 |
| Octal | 110 | 53 | 54 | 0 | 50 | 47 | 110 | 546 | 31 | 27 |
| Binary | 1001000 | 101011 | 101100 | 0 | 101000 | 100111 | 1001000 | 101100110 | 11001 | 10111 |
Color Harmonies of #482B2C
Complementary color
Monochromatic Colors of #482B2C
Black with #482B2C
Text Example
Text Example
White with #482B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482B2C; }
p { color: rgb(72,43,44); }
H1.HeaderClassName
{
color: #482B2C;
}
.AnyTagClassName
{
color: #482B2C;
}
</style>
background-color css
<style>
a { background-color: #482B2C; }
a { background-color: rgb(72,43,44); }
div.DivClassName
{
background-color: #482B2C;
}
.BgClassName
{
background-color: #482B2C;
}
</style>
border-color css
<style>
span { border-color: #482B2C; }
span { border-color: rgb(72,43,44); }
td.TdClassName
{
border-color: #482B2C;
}
.TagClassName
{
border-color: #482B2C;
}
</style>