Shades of Heath #522C2D
Tints of Heath #522C2D
RGB
CMYK
RGB Variations
Color information
#522C2D (or 0x522C2D) is known color: Heath. HEX triplet: 52, 2C and 2D. RGB value is (82,44,45). Sum of RGB (Red+Green+Blue) = 82+44+45=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 82 - color contains mainly: red. Hex color #522C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522C2D is #ADD3D2. Grayscale: #373737. Windows color (decimal): -11391955 or 2960466. OLE color: 2960466.
HSL color Cylindrical-coordinate representation of color #522C2D: hue angle of 358.42º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #522C2D is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 44 | 45 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.68 |
| HSL | 358.42º | 0.3% | 0.25% | - |
| HSV(B) | 358.42º | 0.46% | 0.32% | - |
| XYZ | 4.85 | 3.78 | 2.96 | - |
| YUV | 55.48 | 122.09 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 44 | 45 | 0 | 0.46 | 0.45 | 0.68 | 358.42 | 0.3 | 0.25 |
| Hex | 52 | 2C | 2D | 0 | 2E | 2D | 44 | 166 | 1E | 19 |
| Octal | 122 | 54 | 55 | 0 | 56 | 55 | 104 | 546 | 36 | 31 |
| Binary | 1010010 | 101100 | 101101 | 0 | 101110 | 101101 | 1000100 | 101100110 | 11110 | 11001 |
Color Harmonies of #522C2D
Complementary color
Monochromatic Colors of #522C2D
Black with #522C2D
Text Example
Text Example
White with #522C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522C2D; }
p { color: rgb(82,44,45); }
H1.HeaderClassName
{
color: #522C2D;
}
.AnyTagClassName
{
color: #522C2D;
}
</style>
background-color css
<style>
a { background-color: #522C2D; }
a { background-color: rgb(82,44,45); }
div.DivClassName
{
background-color: #522C2D;
}
.BgClassName
{
background-color: #522C2D;
}
</style>
border-color css
<style>
span { border-color: #522C2D; }
span { border-color: rgb(82,44,45); }
td.TdClassName
{
border-color: #522C2D;
}
.TagClassName
{
border-color: #522C2D;
}
</style>