Shades of Heath #522B2D
Tints of Heath #522B2D
RGB
CMYK
RGB Variations
Color information
#522B2D (or 0x522B2D) is known color: Heath. HEX triplet: 52, 2B and 2D. RGB value is (82,43,45). Sum of RGB (Red+Green+Blue) = 82+43+45=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 43 (17.19% from 255 or 25.29% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 82 - color contains mainly: red. Hex color #522B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522B2D is #ADD4D2. Grayscale: #363636. Windows color (decimal): -11392211 or 2960210. OLE color: 2960210.
HSL color Cylindrical-coordinate representation of color #522B2D: hue angle of 356.92º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #522B2D is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 43 | 45 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.68 |
| HSL | 356.92º | 0.31% | 0.25% | - |
| HSV(B) | 356.92º | 0.48% | 0.32% | - |
| XYZ | 4.82 | 3.71 | 2.95 | - |
| YUV | 54.89 | 122.42 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 43 | 45 | 0 | 0.48 | 0.45 | 0.68 | 356.92 | 0.31 | 0.25 |
| Hex | 52 | 2B | 2D | 0 | 30 | 2D | 44 | 165 | 1F | 19 |
| Octal | 122 | 53 | 55 | 0 | 60 | 55 | 104 | 545 | 37 | 31 |
| Binary | 1010010 | 101011 | 101101 | 0 | 110000 | 101101 | 1000100 | 101100101 | 11111 | 11001 |
Color Harmonies of #522B2D
Complementary color
Monochromatic Colors of #522B2D
Black with #522B2D
Text Example
Text Example
White with #522B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522B2D; }
p { color: rgb(82,43,45); }
H1.HeaderClassName
{
color: #522B2D;
}
.AnyTagClassName
{
color: #522B2D;
}
</style>
background-color css
<style>
a { background-color: #522B2D; }
a { background-color: rgb(82,43,45); }
div.DivClassName
{
background-color: #522B2D;
}
.BgClassName
{
background-color: #522B2D;
}
</style>
border-color css
<style>
span { border-color: #522B2D; }
span { border-color: rgb(82,43,45); }
td.TdClassName
{
border-color: #522B2D;
}
.TagClassName
{
border-color: #522B2D;
}
</style>