Shades of Heath #552D2E
Tints of Heath #552D2E
RGB
CMYK
RGB Variations
Color information
#552D2E (or 0x552D2E) is known color: Heath. HEX triplet: 55, 2D and 2E. RGB value is (85,45,46). Sum of RGB (Red+Green+Blue) = 85+45+46=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #552D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D2E is #AAD2D1. Grayscale: #393939. Windows color (decimal): -11195090 or 3026261. OLE color: 3026261.
HSL color Cylindrical-coordinate representation of color #552D2E: hue angle of 358.5º 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 #552D2E is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 45 | 46 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.67 |
| HSL | 358.5º | 0.31% | 0.25% | - |
| HSV(B) | 358.5º | 0.47% | 0.33% | - |
| XYZ | 5.18 | 4.01 | 3.08 | - |
| YUV | 57.07 | 121.75 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 46 | 0 | 0.47 | 0.46 | 0.67 | 358.5 | 0.31 | 0.25 |
| Hex | 55 | 2D | 2E | 0 | 2F | 2E | 43 | 166 | 1F | 19 |
| Octal | 125 | 55 | 56 | 0 | 57 | 56 | 103 | 546 | 37 | 31 |
| Binary | 1010101 | 101101 | 101110 | 0 | 101111 | 101110 | 1000011 | 101100110 | 11111 | 11001 |
Color Harmonies of #552D2E
Complementary color
Monochromatic Colors of #552D2E
Black with #552D2E
Text Example
Text Example
White with #552D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552D2E; }
p { color: rgb(85,45,46); }
H1.HeaderClassName
{
color: #552D2E;
}
.AnyTagClassName
{
color: #552D2E;
}
</style>
background-color css
<style>
a { background-color: #552D2E; }
a { background-color: rgb(85,45,46); }
div.DivClassName
{
background-color: #552D2E;
}
.BgClassName
{
background-color: #552D2E;
}
</style>
border-color css
<style>
span { border-color: #552D2E; }
span { border-color: rgb(85,45,46); }
td.TdClassName
{
border-color: #552D2E;
}
.TagClassName
{
border-color: #552D2E;
}
</style>