Shades of Heath #552A2C
Tints of Heath #552A2C
RGB
CMYK
RGB Variations
Color information
#552A2C (or 0x552A2C) is known color: Heath. HEX triplet: 55, 2A and 2C. RGB value is (85,42,44). Sum of RGB (Red+Green+Blue) = 85+42+44=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 42 (16.80% from 255 or 24.56% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #552A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552A2C is #AAD5D3. Grayscale: #373737. Windows color (decimal): -11195860 or 2894421. OLE color: 2894421.
HSL color Cylindrical-coordinate representation of color #552A2C: hue angle of 357.21º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #552A2C is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 42 | 44 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.67 |
| HSL | 357.21º | 0.34% | 0.25% | - |
| HSV(B) | 357.21º | 0.51% | 0.33% | - |
| XYZ | 5.03 | 3.77 | 2.85 | - |
| YUV | 55.09 | 121.75 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 42 | 44 | 0 | 0.51 | 0.48 | 0.67 | 357.21 | 0.34 | 0.25 |
| Hex | 55 | 2A | 2C | 0 | 33 | 30 | 43 | 165 | 22 | 19 |
| Octal | 125 | 52 | 54 | 0 | 63 | 60 | 103 | 545 | 42 | 31 |
| Binary | 1010101 | 101010 | 101100 | 0 | 110011 | 110000 | 1000011 | 101100101 | 100010 | 11001 |
Color Harmonies of #552A2C
Complementary color
Monochromatic Colors of #552A2C
Black with #552A2C
Text Example
Text Example
White with #552A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552A2C; }
p { color: rgb(85,42,44); }
H1.HeaderClassName
{
color: #552A2C;
}
.AnyTagClassName
{
color: #552A2C;
}
</style>
background-color css
<style>
a { background-color: #552A2C; }
a { background-color: rgb(85,42,44); }
div.DivClassName
{
background-color: #552A2C;
}
.BgClassName
{
background-color: #552A2C;
}
</style>
border-color css
<style>
span { border-color: #552A2C; }
span { border-color: rgb(85,42,44); }
td.TdClassName
{
border-color: #552A2C;
}
.TagClassName
{
border-color: #552A2C;
}
</style>