Shades of Punga #55472E
Tints of Punga #55472E
RGB
CMYK
RGB Variations
Color information
#55472E (or 0x55472E) is known color: Punga. HEX triplet: 55, 47 and 2E. RGB value is (85,71,46). Sum of RGB (Red+Green+Blue) = 85+71+46=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 46 (18.36% from 255 or 22.77% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #55472E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55472E is #AAB8D1. Grayscale: #484848. Windows color (decimal): -11188434 or 3032917. OLE color: 3032917.
HSL color Cylindrical-coordinate representation of color #55472E: hue angle of 38.46º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55472E is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 71 | 46 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.67 |
| HSL | 38.46º | 0.3% | 0.26% | - |
| HSV(B) | 38.46º | 0.46% | 0.33% | - |
| XYZ | 6.49 | 6.64 | 3.52 | - |
| YUV | 72.34 | 113.14 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 46 | 0 | 0.16 | 0.46 | 0.67 | 38.46 | 0.3 | 0.26 |
| Hex | 55 | 47 | 2E | 0 | 10 | 2E | 43 | 26 | 1E | 1A |
| Octal | 125 | 107 | 56 | 0 | 20 | 56 | 103 | 46 | 36 | 32 |
| Binary | 1010101 | 1000111 | 101110 | 0 | 10000 | 101110 | 1000011 | 100110 | 11110 | 11010 |
Color Harmonies of #55472E
Complementary color
Monochromatic Colors of #55472E
Black with #55472E
Text Example
Text Example
White with #55472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55472E; }
p { color: rgb(85,71,46); }
H1.HeaderClassName
{
color: #55472E;
}
.AnyTagClassName
{
color: #55472E;
}
</style>
background-color css
<style>
a { background-color: #55472E; }
a { background-color: rgb(85,71,46); }
div.DivClassName
{
background-color: #55472E;
}
.BgClassName
{
background-color: #55472E;
}
</style>
border-color css
<style>
span { border-color: #55472E; }
span { border-color: rgb(85,71,46); }
td.TdClassName
{
border-color: #55472E;
}
.TagClassName
{
border-color: #55472E;
}
</style>