Shades of Heath #532E32
Tints of Heath #532E32
RGB
CMYK
RGB Variations
Color information
#532E32 (or 0x532E32) is known color: Heath. HEX triplet: 53, 2E and 32. RGB value is (83,46,50). Sum of RGB (Red+Green+Blue) = 83+46+50=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 46 (18.36% from 255 or 25.70% from 179); Blue value is 50 (19.92% from 255 or 27.93% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #532E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532E32 is #ACD1CD. Grayscale: #393939. Windows color (decimal): -11325902 or 3288659. OLE color: 3288659.
HSL color Cylindrical-coordinate representation of color #532E32: hue angle of 353.51º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #532E32 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 46 | 50 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.67 |
| HSL | 353.51º | 0.29% | 0.25% | - |
| HSV(B) | 353.51º | 0.45% | 0.33% | - |
| XYZ | 5.12 | 4.02 | 3.52 | - |
| YUV | 57.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 46 | 50 | 0 | 0.45 | 0.40 | 0.67 | 353.51 | 0.29 | 0.25 |
| Hex | 53 | 2E | 32 | 0 | 2D | 28 | 43 | 162 | 1D | 19 |
| Octal | 123 | 56 | 62 | 0 | 55 | 50 | 103 | 542 | 35 | 31 |
| Binary | 1010011 | 101110 | 110010 | 0 | 101101 | 101000 | 1000011 | 101100010 | 11101 | 11001 |
Color Harmonies of #532E32
Complementary color
Monochromatic Colors of #532E32
Black with #532E32
Text Example
Text Example
White with #532E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532E32; }
p { color: rgb(83,46,50); }
H1.HeaderClassName
{
color: #532E32;
}
.AnyTagClassName
{
color: #532E32;
}
</style>
background-color css
<style>
a { background-color: #532E32; }
a { background-color: rgb(83,46,50); }
div.DivClassName
{
background-color: #532E32;
}
.BgClassName
{
background-color: #532E32;
}
</style>
border-color css
<style>
span { border-color: #532E32; }
span { border-color: rgb(83,46,50); }
td.TdClassName
{
border-color: #532E32;
}
.TagClassName
{
border-color: #532E32;
}
</style>