Shades of Heath #552A2F
Tints of Heath #552A2F
RGB
CMYK
RGB Variations
Color information
#552A2F (or 0x552A2F) is known color: Heath. HEX triplet: 55, 2A and 2F. RGB value is (85,42,47). Sum of RGB (Red+Green+Blue) = 85+42+47=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 42 (16.80% from 255 or 24.14% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #552A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552A2F is #AAD5D0. Grayscale: #373737. Windows color (decimal): -11195857 or 3091029. OLE color: 3091029.
HSL color Cylindrical-coordinate representation of color #552A2F: hue angle of 353.02º 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 #552A2F is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 42 | 47 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.67 |
| HSL | 353.02º | 0.34% | 0.25% | - |
| HSV(B) | 353.02º | 0.51% | 0.33% | - |
| XYZ | 5.09 | 3.79 | 3.15 | - |
| YUV | 55.43 | 123.25 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 42 | 47 | 0 | 0.51 | 0.45 | 0.67 | 353.02 | 0.34 | 0.25 |
| Hex | 55 | 2A | 2F | 0 | 33 | 2D | 43 | 161 | 22 | 19 |
| Octal | 125 | 52 | 57 | 0 | 63 | 55 | 103 | 541 | 42 | 31 |
| Binary | 1010101 | 101010 | 101111 | 0 | 110011 | 101101 | 1000011 | 101100001 | 100010 | 11001 |
Color Harmonies of #552A2F
Complementary color
Monochromatic Colors of #552A2F
Black with #552A2F
Text Example
Text Example
White with #552A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552A2F; }
p { color: rgb(85,42,47); }
H1.HeaderClassName
{
color: #552A2F;
}
.AnyTagClassName
{
color: #552A2F;
}
</style>
background-color css
<style>
a { background-color: #552A2F; }
a { background-color: rgb(85,42,47); }
div.DivClassName
{
background-color: #552A2F;
}
.BgClassName
{
background-color: #552A2F;
}
</style>
border-color css
<style>
span { border-color: #552A2F; }
span { border-color: rgb(85,42,47); }
td.TdClassName
{
border-color: #552A2F;
}
.TagClassName
{
border-color: #552A2F;
}
</style>