Shades of Heath #552C2D
Tints of Heath #552C2D
RGB
CMYK
RGB Variations
Color information
#552C2D (or 0x552C2D) is known color: Heath. HEX triplet: 55, 2C and 2D. RGB value is (85,44,45). Sum of RGB (Red+Green+Blue) = 85+44+45=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #552C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C2D is #AAD3D2. Grayscale: #383838. Windows color (decimal): -11195347 or 2960469. OLE color: 2960469.
HSL color Cylindrical-coordinate representation of color #552C2D: hue angle of 358.54º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #552C2D is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 44 | 45 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.67 |
| HSL | 358.54º | 0.32% | 0.25% | - |
| HSV(B) | 358.54º | 0.48% | 0.33% | - |
| XYZ | 5.12 | 3.92 | 2.97 | - |
| YUV | 56.37 | 121.58 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 45 | 0 | 0.48 | 0.47 | 0.67 | 358.54 | 0.32 | 0.25 |
| Hex | 55 | 2C | 2D | 0 | 30 | 2F | 43 | 167 | 20 | 19 |
| Octal | 125 | 54 | 55 | 0 | 60 | 57 | 103 | 547 | 40 | 31 |
| Binary | 1010101 | 101100 | 101101 | 0 | 110000 | 101111 | 1000011 | 101100111 | 100000 | 11001 |
Color Harmonies of #552C2D
Complementary color
Monochromatic Colors of #552C2D
Black with #552C2D
Text Example
Text Example
White with #552C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C2D; }
p { color: rgb(85,44,45); }
H1.HeaderClassName
{
color: #552C2D;
}
.AnyTagClassName
{
color: #552C2D;
}
</style>
background-color css
<style>
a { background-color: #552C2D; }
a { background-color: rgb(85,44,45); }
div.DivClassName
{
background-color: #552C2D;
}
.BgClassName
{
background-color: #552C2D;
}
</style>
border-color css
<style>
span { border-color: #552C2D; }
span { border-color: rgb(85,44,45); }
td.TdClassName
{
border-color: #552C2D;
}
.TagClassName
{
border-color: #552C2D;
}
</style>