Shades of Heath #532B2E
Tints of Heath #532B2E
RGB
CMYK
RGB Variations
Color information
#532B2E (or 0x532B2E) is known color: Heath. HEX triplet: 53, 2B and 2E. RGB value is (83,43,46). Sum of RGB (Red+Green+Blue) = 83+43+46=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #532B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B2E is #ACD4D1. Grayscale: #373737. Windows color (decimal): -11326674 or 3025747. OLE color: 3025747.
HSL color Cylindrical-coordinate representation of color #532B2E: hue angle of 355.5º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #532B2E is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 43 | 46 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.67 |
| HSL | 355.5º | 0.32% | 0.25% | - |
| HSV(B) | 355.5º | 0.48% | 0.33% | - |
| XYZ | 4.92 | 3.76 | 3.05 | - |
| YUV | 55.3 | 122.75 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 43 | 46 | 0 | 0.48 | 0.45 | 0.67 | 355.5 | 0.32 | 0.25 |
| Hex | 53 | 2B | 2E | 0 | 30 | 2D | 43 | 164 | 20 | 19 |
| Octal | 123 | 53 | 56 | 0 | 60 | 55 | 103 | 544 | 40 | 31 |
| Binary | 1010011 | 101011 | 101110 | 0 | 110000 | 101101 | 1000011 | 101100100 | 100000 | 11001 |
Color Harmonies of #532B2E
Complementary color
Monochromatic Colors of #532B2E
Black with #532B2E
Text Example
Text Example
White with #532B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532B2E; }
p { color: rgb(83,43,46); }
H1.HeaderClassName
{
color: #532B2E;
}
.AnyTagClassName
{
color: #532B2E;
}
</style>
background-color css
<style>
a { background-color: #532B2E; }
a { background-color: rgb(83,43,46); }
div.DivClassName
{
background-color: #532B2E;
}
.BgClassName
{
background-color: #532B2E;
}
</style>
border-color css
<style>
span { border-color: #532B2E; }
span { border-color: rgb(83,43,46); }
td.TdClassName
{
border-color: #532B2E;
}
.TagClassName
{
border-color: #532B2E;
}
</style>