Shades of Punga #55472D
Tints of Punga #55472D
RGB
CMYK
RGB Variations
Color information
#55472D (or 0x55472D) is known color: Punga. HEX triplet: 55, 47 and 2D. RGB value is (85,71,45). Sum of RGB (Red+Green+Blue) = 85+71+45=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #55472D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55472D is #AAB8D2. Grayscale: #484848. Windows color (decimal): -11188435 or 2967381. OLE color: 2967381.
HSL color Cylindrical-coordinate representation of color #55472D: hue angle of 39º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55472D is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 71 | 45 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.67 |
| HSL | 39º | 0.31% | 0.25% | - |
| HSV(B) | 39º | 0.47% | 0.33% | - |
| XYZ | 6.47 | 6.63 | 3.42 | - |
| YUV | 72.22 | 112.64 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 45 | 0 | 0.16 | 0.47 | 0.67 | 39 | 0.31 | 0.25 |
| Hex | 55 | 47 | 2D | 0 | 10 | 2F | 43 | 27 | 1F | 19 |
| Octal | 125 | 107 | 55 | 0 | 20 | 57 | 103 | 47 | 37 | 31 |
| Binary | 1010101 | 1000111 | 101101 | 0 | 10000 | 101111 | 1000011 | 100111 | 11111 | 11001 |
Color Harmonies of #55472D
Complementary color
Monochromatic Colors of #55472D
Black with #55472D
Text Example
Text Example
White with #55472D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55472D; }
p { color: rgb(85,71,45); }
H1.HeaderClassName
{
color: #55472D;
}
.AnyTagClassName
{
color: #55472D;
}
</style>
background-color css
<style>
a { background-color: #55472D; }
a { background-color: rgb(85,71,45); }
div.DivClassName
{
background-color: #55472D;
}
.BgClassName
{
background-color: #55472D;
}
</style>
border-color css
<style>
span { border-color: #55472D; }
span { border-color: rgb(85,71,45); }
td.TdClassName
{
border-color: #55472D;
}
.TagClassName
{
border-color: #55472D;
}
</style>