Shades of Heath #482C2D
Tints of Heath #482C2D
RGB
CMYK
RGB Variations
Color information
#482C2D (or 0x482C2D) is known color: Heath. HEX triplet: 48, 2C and 2D. RGB value is (72,44,45). Sum of RGB (Red+Green+Blue) = 72+44+45=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #482C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482C2D is #B7D3D2. Grayscale: #343434. Windows color (decimal): -12047315 or 2960456. OLE color: 2960456.
HSL color Cylindrical-coordinate representation of color #482C2D: hue angle of 357.86º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #482C2D is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 44 | 45 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.72 |
| HSL | 357.86º | 0.24% | 0.23% | - |
| HSV(B) | 357.86º | 0.39% | 0.28% | - |
| XYZ | 4.05 | 3.37 | 2.92 | - |
| YUV | 52.49 | 123.78 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 44 | 45 | 0 | 0.39 | 0.38 | 0.72 | 357.86 | 0.24 | 0.23 |
| Hex | 48 | 2C | 2D | 0 | 27 | 26 | 48 | 166 | 18 | 17 |
| Octal | 110 | 54 | 55 | 0 | 47 | 46 | 110 | 546 | 30 | 27 |
| Binary | 1001000 | 101100 | 101101 | 0 | 100111 | 100110 | 1001000 | 101100110 | 11000 | 10111 |
Color Harmonies of #482C2D
Complementary color
Monochromatic Colors of #482C2D
Black with #482C2D
Text Example
Text Example
White with #482C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482C2D; }
p { color: rgb(72,44,45); }
H1.HeaderClassName
{
color: #482C2D;
}
.AnyTagClassName
{
color: #482C2D;
}
</style>
background-color css
<style>
a { background-color: #482C2D; }
a { background-color: rgb(72,44,45); }
div.DivClassName
{
background-color: #482C2D;
}
.BgClassName
{
background-color: #482C2D;
}
</style>
border-color css
<style>
span { border-color: #482C2D; }
span { border-color: rgb(72,44,45); }
td.TdClassName
{
border-color: #482C2D;
}
.TagClassName
{
border-color: #482C2D;
}
</style>