Shades of Heath #552D2F
Tints of Heath #552D2F
RGB
CMYK
RGB Variations
Color information
#552D2F (or 0x552D2F) is known color: Heath. HEX triplet: 55, 2D and 2F. RGB value is (85,45,47). Sum of RGB (Red+Green+Blue) = 85+45+47=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 45 (17.97% from 255 or 25.42% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #552D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D2F is #AAD2D0. Grayscale: #393939. Windows color (decimal): -11195089 or 3091797. OLE color: 3091797.
HSL color Cylindrical-coordinate representation of color #552D2F: hue angle of 357º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #552D2F is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 45 | 47 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.67 |
| HSL | 357º | 0.31% | 0.25% | - |
| HSV(B) | 357º | 0.47% | 0.33% | - |
| XYZ | 5.2 | 4.01 | 3.19 | - |
| YUV | 57.19 | 122.25 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 47 | 0 | 0.47 | 0.45 | 0.67 | 357 | 0.31 | 0.25 |
| Hex | 55 | 2D | 2F | 0 | 2F | 2D | 43 | 165 | 1F | 19 |
| Octal | 125 | 55 | 57 | 0 | 57 | 55 | 103 | 545 | 37 | 31 |
| Binary | 1010101 | 101101 | 101111 | 0 | 101111 | 101101 | 1000011 | 101100101 | 11111 | 11001 |
Color Harmonies of #552D2F
Complementary color
Monochromatic Colors of #552D2F
Black with #552D2F
Text Example
Text Example
White with #552D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552D2F; }
p { color: rgb(85,45,47); }
H1.HeaderClassName
{
color: #552D2F;
}
.AnyTagClassName
{
color: #552D2F;
}
</style>
background-color css
<style>
a { background-color: #552D2F; }
a { background-color: rgb(85,45,47); }
div.DivClassName
{
background-color: #552D2F;
}
.BgClassName
{
background-color: #552D2F;
}
</style>
border-color css
<style>
span { border-color: #552D2F; }
span { border-color: rgb(85,45,47); }
td.TdClassName
{
border-color: #552D2F;
}
.TagClassName
{
border-color: #552D2F;
}
</style>