Shades of Heath #482D2E
Tints of Heath #482D2E
RGB
CMYK
RGB Variations
Color information
#482D2E (or 0x482D2E) is known color: Heath. HEX triplet: 48, 2D and 2E. RGB value is (72,45,46). Sum of RGB (Red+Green+Blue) = 72+45+46=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #482D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482D2E is #B7D2D1. Grayscale: #353535. Windows color (decimal): -12047058 or 3026248. OLE color: 3026248.
HSL color Cylindrical-coordinate representation of color #482D2E: 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 #482D2E is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 45 | 46 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.72 |
| HSL | 357.78º | 0.23% | 0.23% | - |
| HSV(B) | 357.78º | 0.38% | 0.28% | - |
| XYZ | 4.1 | 3.45 | 3.03 | - |
| YUV | 53.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 46 | 0 | 0.38 | 0.36 | 0.72 | 357.78 | 0.23 | 0.23 |
| Hex | 48 | 2D | 2E | 0 | 26 | 24 | 48 | 166 | 17 | 17 |
| Octal | 110 | 55 | 56 | 0 | 46 | 44 | 110 | 546 | 27 | 27 |
| Binary | 1001000 | 101101 | 101110 | 0 | 100110 | 100100 | 1001000 | 101100110 | 10111 | 10111 |
Color Harmonies of #482D2E
Complementary color
Monochromatic Colors of #482D2E
Black with #482D2E
Text Example
Text Example
White with #482D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482D2E; }
p { color: rgb(72,45,46); }
H1.HeaderClassName
{
color: #482D2E;
}
.AnyTagClassName
{
color: #482D2E;
}
</style>
background-color css
<style>
a { background-color: #482D2E; }
a { background-color: rgb(72,45,46); }
div.DivClassName
{
background-color: #482D2E;
}
.BgClassName
{
background-color: #482D2E;
}
</style>
border-color css
<style>
span { border-color: #482D2E; }
span { border-color: rgb(72,45,46); }
td.TdClassName
{
border-color: #482D2E;
}
.TagClassName
{
border-color: #482D2E;
}
</style>