Shades of Heath #552B2F
Tints of Heath #552B2F
RGB
CMYK
RGB Variations
Color information
#552B2F (or 0x552B2F) is known color: Heath. HEX triplet: 55, 2B and 2F. RGB value is (85,43,47). Sum of RGB (Red+Green+Blue) = 85+43+47=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 43 (17.19% from 255 or 24.57% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #552B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B2F is #AAD4D0. Grayscale: #383838. Windows color (decimal): -11195601 or 3091285. OLE color: 3091285.
HSL color Cylindrical-coordinate representation of color #552B2F: hue angle of 354.29º 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 #552B2F is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 43 | 47 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.67 |
| HSL | 354.29º | 0.33% | 0.25% | - |
| HSV(B) | 354.29º | 0.49% | 0.33% | - |
| XYZ | 5.12 | 3.86 | 3.17 | - |
| YUV | 56.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 43 | 47 | 0 | 0.49 | 0.45 | 0.67 | 354.29 | 0.33 | 0.25 |
| Hex | 55 | 2B | 2F | 0 | 31 | 2D | 43 | 162 | 21 | 19 |
| Octal | 125 | 53 | 57 | 0 | 61 | 55 | 103 | 542 | 41 | 31 |
| Binary | 1010101 | 101011 | 101111 | 0 | 110001 | 101101 | 1000011 | 101100010 | 100001 | 11001 |
Color Harmonies of #552B2F
Complementary color
Monochromatic Colors of #552B2F
Black with #552B2F
Text Example
Text Example
White with #552B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552B2F; }
p { color: rgb(85,43,47); }
H1.HeaderClassName
{
color: #552B2F;
}
.AnyTagClassName
{
color: #552B2F;
}
</style>
background-color css
<style>
a { background-color: #552B2F; }
a { background-color: rgb(85,43,47); }
div.DivClassName
{
background-color: #552B2F;
}
.BgClassName
{
background-color: #552B2F;
}
</style>
border-color css
<style>
span { border-color: #552B2F; }
span { border-color: rgb(85,43,47); }
td.TdClassName
{
border-color: #552B2F;
}
.TagClassName
{
border-color: #552B2F;
}
</style>