Shades of Heath #552B2D
Tints of Heath #552B2D
RGB
CMYK
RGB Variations
Color information
#552B2D (or 0x552B2D) is known color: Heath. HEX triplet: 55, 2B and 2D. RGB value is (85,43,45). Sum of RGB (Red+Green+Blue) = 85+43+45=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 43 (17.19% from 255 or 24.86% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #552B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B2D is #AAD4D2. Grayscale: #373737. Windows color (decimal): -11195603 or 2960213. OLE color: 2960213.
HSL color Cylindrical-coordinate representation of color #552B2D: hue angle of 357.14º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #552B2D is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 43 | 45 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.67 |
| HSL | 357.14º | 0.33% | 0.25% | - |
| HSV(B) | 357.14º | 0.49% | 0.33% | - |
| XYZ | 5.08 | 3.85 | 2.96 | - |
| YUV | 55.79 | 121.91 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 43 | 45 | 0 | 0.49 | 0.47 | 0.67 | 357.14 | 0.33 | 0.25 |
| Hex | 55 | 2B | 2D | 0 | 31 | 2F | 43 | 165 | 21 | 19 |
| Octal | 125 | 53 | 55 | 0 | 61 | 57 | 103 | 545 | 41 | 31 |
| Binary | 1010101 | 101011 | 101101 | 0 | 110001 | 101111 | 1000011 | 101100101 | 100001 | 11001 |
Color Harmonies of #552B2D
Complementary color
Monochromatic Colors of #552B2D
Black with #552B2D
Text Example
Text Example
White with #552B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552B2D; }
p { color: rgb(85,43,45); }
H1.HeaderClassName
{
color: #552B2D;
}
.AnyTagClassName
{
color: #552B2D;
}
</style>
background-color css
<style>
a { background-color: #552B2D; }
a { background-color: rgb(85,43,45); }
div.DivClassName
{
background-color: #552B2D;
}
.BgClassName
{
background-color: #552B2D;
}
</style>
border-color css
<style>
span { border-color: #552B2D; }
span { border-color: rgb(85,43,45); }
td.TdClassName
{
border-color: #552B2D;
}
.TagClassName
{
border-color: #552B2D;
}
</style>