Shades of Heath #482B2D
Tints of Heath #482B2D
RGB
CMYK
RGB Variations
Color information
#482B2D (or 0x482B2D) is known color: Heath. HEX triplet: 48, 2B and 2D. RGB value is (72,43,45). Sum of RGB (Red+Green+Blue) = 72+43+45=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #482B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482B2D is #B7D4D2. Grayscale: #333333. Windows color (decimal): -12047571 or 2960200. OLE color: 2960200.
HSL color Cylindrical-coordinate representation of color #482B2D: hue angle of 355.86º 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 #482B2D is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 43 | 45 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.72 |
| HSL | 355.86º | 0.25% | 0.23% | - |
| HSV(B) | 355.86º | 0.4% | 0.28% | - |
| XYZ | 4.01 | 3.29 | 2.91 | - |
| YUV | 51.9 | 124.11 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 43 | 45 | 0 | 0.40 | 0.38 | 0.72 | 355.86 | 0.25 | 0.23 |
| Hex | 48 | 2B | 2D | 0 | 28 | 26 | 48 | 164 | 19 | 17 |
| Octal | 110 | 53 | 55 | 0 | 50 | 46 | 110 | 544 | 31 | 27 |
| Binary | 1001000 | 101011 | 101101 | 0 | 101000 | 100110 | 1001000 | 101100100 | 11001 | 10111 |
Color Harmonies of #482B2D
Complementary color
Monochromatic Colors of #482B2D
Black with #482B2D
Text Example
Text Example
White with #482B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482B2D; }
p { color: rgb(72,43,45); }
H1.HeaderClassName
{
color: #482B2D;
}
.AnyTagClassName
{
color: #482B2D;
}
</style>
background-color css
<style>
a { background-color: #482B2D; }
a { background-color: rgb(72,43,45); }
div.DivClassName
{
background-color: #482B2D;
}
.BgClassName
{
background-color: #482B2D;
}
</style>
border-color css
<style>
span { border-color: #482B2D; }
span { border-color: rgb(72,43,45); }
td.TdClassName
{
border-color: #482B2D;
}
.TagClassName
{
border-color: #482B2D;
}
</style>