Shades of Heath #552A2E
Tints of Heath #552A2E
RGB
CMYK
RGB Variations
Color information
#552A2E (or 0x552A2E) is known color: Heath. HEX triplet: 55, 2A and 2E. RGB value is (85,42,46). Sum of RGB (Red+Green+Blue) = 85+42+46=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 42 (16.80% from 255 or 24.28% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #552A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552A2E is #AAD5D1. Grayscale: #373737. Windows color (decimal): -11195858 or 3025493. OLE color: 3025493.
HSL color Cylindrical-coordinate representation of color #552A2E: hue angle of 354.42º 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 #552A2E is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 42 | 46 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.67 |
| HSL | 354.42º | 0.34% | 0.25% | - |
| HSV(B) | 354.42º | 0.51% | 0.33% | - |
| XYZ | 5.07 | 3.78 | 3.05 | - |
| YUV | 55.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 42 | 46 | 0 | 0.51 | 0.46 | 0.67 | 354.42 | 0.34 | 0.25 |
| Hex | 55 | 2A | 2E | 0 | 33 | 2E | 43 | 162 | 22 | 19 |
| Octal | 125 | 52 | 56 | 0 | 63 | 56 | 103 | 542 | 42 | 31 |
| Binary | 1010101 | 101010 | 101110 | 0 | 110011 | 101110 | 1000011 | 101100010 | 100010 | 11001 |
Color Harmonies of #552A2E
Complementary color
Monochromatic Colors of #552A2E
Black with #552A2E
Text Example
Text Example
White with #552A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552A2E; }
p { color: rgb(85,42,46); }
H1.HeaderClassName
{
color: #552A2E;
}
.AnyTagClassName
{
color: #552A2E;
}
</style>
background-color css
<style>
a { background-color: #552A2E; }
a { background-color: rgb(85,42,46); }
div.DivClassName
{
background-color: #552A2E;
}
.BgClassName
{
background-color: #552A2E;
}
</style>
border-color css
<style>
span { border-color: #552A2E; }
span { border-color: rgb(85,42,46); }
td.TdClassName
{
border-color: #552A2E;
}
.TagClassName
{
border-color: #552A2E;
}
</style>