Shades of Heath #552B2E
Tints of Heath #552B2E
RGB
CMYK
RGB Variations
Color information
#552B2E (or 0x552B2E) is known color: Heath. HEX triplet: 55, 2B and 2E. RGB value is (85,43,46). Sum of RGB (Red+Green+Blue) = 85+43+46=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 43 (17.19% from 255 or 24.71% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #552B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B2E is #AAD4D1. Grayscale: #373737. Windows color (decimal): -11195602 or 3025749. OLE color: 3025749.
HSL color Cylindrical-coordinate representation of color #552B2E: hue angle of 355.71º 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 #552B2E is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 43 | 46 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.67 |
| HSL | 355.71º | 0.33% | 0.25% | - |
| HSV(B) | 355.71º | 0.49% | 0.33% | - |
| XYZ | 5.1 | 3.86 | 3.06 | - |
| YUV | 55.9 | 122.41 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 43 | 46 | 0 | 0.49 | 0.46 | 0.67 | 355.71 | 0.33 | 0.25 |
| Hex | 55 | 2B | 2E | 0 | 31 | 2E | 43 | 164 | 21 | 19 |
| Octal | 125 | 53 | 56 | 0 | 61 | 56 | 103 | 544 | 41 | 31 |
| Binary | 1010101 | 101011 | 101110 | 0 | 110001 | 101110 | 1000011 | 101100100 | 100001 | 11001 |
Color Harmonies of #552B2E
Complementary color
Monochromatic Colors of #552B2E
Black with #552B2E
Text Example
Text Example
White with #552B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552B2E; }
p { color: rgb(85,43,46); }
H1.HeaderClassName
{
color: #552B2E;
}
.AnyTagClassName
{
color: #552B2E;
}
</style>
background-color css
<style>
a { background-color: #552B2E; }
a { background-color: rgb(85,43,46); }
div.DivClassName
{
background-color: #552B2E;
}
.BgClassName
{
background-color: #552B2E;
}
</style>
border-color css
<style>
span { border-color: #552B2E; }
span { border-color: rgb(85,43,46); }
td.TdClassName
{
border-color: #552B2E;
}
.TagClassName
{
border-color: #552B2E;
}
</style>