Shades of Heath #532A2E
Tints of Heath #532A2E
RGB
CMYK
RGB Variations
Color information
#532A2E (or 0x532A2E) is known color: Heath. HEX triplet: 53, 2A and 2E. RGB value is (83,42,46). Sum of RGB (Red+Green+Blue) = 83+42+46=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 42 (16.80% from 255 or 24.56% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #532A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532A2E is #ACD5D1. Grayscale: #363636. Windows color (decimal): -11326930 or 3025491. OLE color: 3025491.
HSL color Cylindrical-coordinate representation of color #532A2E: hue angle of 354.15º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #532A2E is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 42 | 46 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.67 |
| HSL | 354.15º | 0.33% | 0.25% | - |
| HSV(B) | 354.15º | 0.49% | 0.33% | - |
| XYZ | 4.89 | 3.69 | 3.04 | - |
| YUV | 54.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 42 | 46 | 0 | 0.49 | 0.45 | 0.67 | 354.15 | 0.33 | 0.25 |
| Hex | 53 | 2A | 2E | 0 | 31 | 2D | 43 | 162 | 21 | 19 |
| Octal | 123 | 52 | 56 | 0 | 61 | 55 | 103 | 542 | 41 | 31 |
| Binary | 1010011 | 101010 | 101110 | 0 | 110001 | 101101 | 1000011 | 101100010 | 100001 | 11001 |
Color Harmonies of #532A2E
Complementary color
Monochromatic Colors of #532A2E
Black with #532A2E
Text Example
Text Example
White with #532A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532A2E; }
p { color: rgb(83,42,46); }
H1.HeaderClassName
{
color: #532A2E;
}
.AnyTagClassName
{
color: #532A2E;
}
</style>
background-color css
<style>
a { background-color: #532A2E; }
a { background-color: rgb(83,42,46); }
div.DivClassName
{
background-color: #532A2E;
}
.BgClassName
{
background-color: #532A2E;
}
</style>
border-color css
<style>
span { border-color: #532A2E; }
span { border-color: rgb(83,42,46); }
td.TdClassName
{
border-color: #532A2E;
}
.TagClassName
{
border-color: #532A2E;
}
</style>