Shades of Punga #55472C
Tints of Punga #55472C
RGB
CMYK
RGB Variations
Color information
#55472C (or 0x55472C) is known color: Punga. HEX triplet: 55, 47 and 2C. RGB value is (85,71,44). Sum of RGB (Red+Green+Blue) = 85+71+44=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #55472C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55472C is #AAB8D3. Grayscale: #484848. Windows color (decimal): -11188436 or 2901845. OLE color: 2901845.
HSL color Cylindrical-coordinate representation of color #55472C: hue angle of 39.51º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55472C is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 71 | 44 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.67 |
| HSL | 39.51º | 0.32% | 0.25% | - |
| HSV(B) | 39.51º | 0.48% | 0.33% | - |
| XYZ | 6.45 | 6.62 | 3.32 | - |
| YUV | 72.11 | 112.14 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 44 | 0 | 0.16 | 0.48 | 0.67 | 39.51 | 0.32 | 0.25 |
| Hex | 55 | 47 | 2C | 0 | 10 | 30 | 43 | 28 | 20 | 19 |
| Octal | 125 | 107 | 54 | 0 | 20 | 60 | 103 | 50 | 40 | 31 |
| Binary | 1010101 | 1000111 | 101100 | 0 | 10000 | 110000 | 1000011 | 101000 | 100000 | 11001 |
Color Harmonies of #55472C
Complementary color
Monochromatic Colors of #55472C
Black with #55472C
Text Example
Text Example
White with #55472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55472C; }
p { color: rgb(85,71,44); }
H1.HeaderClassName
{
color: #55472C;
}
.AnyTagClassName
{
color: #55472C;
}
</style>
background-color css
<style>
a { background-color: #55472C; }
a { background-color: rgb(85,71,44); }
div.DivClassName
{
background-color: #55472C;
}
.BgClassName
{
background-color: #55472C;
}
</style>
border-color css
<style>
span { border-color: #55472C; }
span { border-color: rgb(85,71,44); }
td.TdClassName
{
border-color: #55472C;
}
.TagClassName
{
border-color: #55472C;
}
</style>