Shades of Heath #552F30
Tints of Heath #552F30
RGB
CMYK
RGB Variations
Color information
#552F30 (or 0x552F30) is known color: Heath. HEX triplet: 55, 2F and 30. RGB value is (85,47,48). Sum of RGB (Red+Green+Blue) = 85+47+48=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 47 (18.75% from 255 or 26.11% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #552F30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552F30 is #AAD0CF. Grayscale: #3A3A3A. Windows color (decimal): -11194576 or 3157845. OLE color: 3157845.
HSL color Cylindrical-coordinate representation of color #552F30: hue angle of 358.42º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #552F30 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 47 | 48 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.67 |
| HSL | 358.42º | 0.29% | 0.26% | - |
| HSV(B) | 358.42º | 0.45% | 0.33% | - |
| XYZ | 5.3 | 4.18 | 3.32 | - |
| YUV | 58.48 | 122.09 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 47 | 48 | 0 | 0.45 | 0.44 | 0.67 | 358.42 | 0.29 | 0.26 |
| Hex | 55 | 2F | 30 | 0 | 2D | 2C | 43 | 166 | 1D | 1A |
| Octal | 125 | 57 | 60 | 0 | 55 | 54 | 103 | 546 | 35 | 32 |
| Binary | 1010101 | 101111 | 110000 | 0 | 101101 | 101100 | 1000011 | 101100110 | 11101 | 11010 |
Color Harmonies of #552F30
Complementary color
Monochromatic Colors of #552F30
Black with #552F30
Text Example
Text Example
White with #552F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552F30; }
p { color: rgb(85,47,48); }
H1.HeaderClassName
{
color: #552F30;
}
.AnyTagClassName
{
color: #552F30;
}
</style>
background-color css
<style>
a { background-color: #552F30; }
a { background-color: rgb(85,47,48); }
div.DivClassName
{
background-color: #552F30;
}
.BgClassName
{
background-color: #552F30;
}
</style>
border-color css
<style>
span { border-color: #552F30; }
span { border-color: rgb(85,47,48); }
td.TdClassName
{
border-color: #552F30;
}
.TagClassName
{
border-color: #552F30;
}
</style>