Shades of Heath #522B2E
Tints of Heath #522B2E
RGB
CMYK
RGB Variations
Color information
#522B2E (or 0x522B2E) is known color: Heath. HEX triplet: 52, 2B and 2E. RGB value is (82,43,46). Sum of RGB (Red+Green+Blue) = 82+43+46=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 43 (17.19% from 255 or 25.15% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 82 - color contains mainly: red. Hex color #522B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522B2E is #ADD4D1. Grayscale: #373737. Windows color (decimal): -11392210 or 3025746. OLE color: 3025746.
HSL color Cylindrical-coordinate representation of color #522B2E: hue angle of 355.38º 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 #522B2E is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 43 | 46 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.68 |
| HSL | 355.38º | 0.31% | 0.25% | - |
| HSV(B) | 355.38º | 0.48% | 0.32% | - |
| XYZ | 4.84 | 3.72 | 3.05 | - |
| YUV | 55 | 122.92 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 43 | 46 | 0 | 0.48 | 0.44 | 0.68 | 355.38 | 0.31 | 0.25 |
| Hex | 52 | 2B | 2E | 0 | 30 | 2C | 44 | 163 | 1F | 19 |
| Octal | 122 | 53 | 56 | 0 | 60 | 54 | 104 | 543 | 37 | 31 |
| Binary | 1010010 | 101011 | 101110 | 0 | 110000 | 101100 | 1000100 | 101100011 | 11111 | 11001 |
Color Harmonies of #522B2E
Complementary color
Monochromatic Colors of #522B2E
Black with #522B2E
Text Example
Text Example
White with #522B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522B2E; }
p { color: rgb(82,43,46); }
H1.HeaderClassName
{
color: #522B2E;
}
.AnyTagClassName
{
color: #522B2E;
}
</style>
background-color css
<style>
a { background-color: #522B2E; }
a { background-color: rgb(82,43,46); }
div.DivClassName
{
background-color: #522B2E;
}
.BgClassName
{
background-color: #522B2E;
}
</style>
border-color css
<style>
span { border-color: #522B2E; }
span { border-color: rgb(82,43,46); }
td.TdClassName
{
border-color: #522B2E;
}
.TagClassName
{
border-color: #522B2E;
}
</style>