Shades of Punga #55492D
Tints of Punga #55492D
RGB
CMYK
RGB Variations
Color information
#55492D (or 0x55492D) is known color: Punga. HEX triplet: 55, 49 and 2D. RGB value is (85,73,45). Sum of RGB (Red+Green+Blue) = 85+73+45=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #55492D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55492D is #AAB6D2. Grayscale: #494949. Windows color (decimal): -11187923 or 2967893. OLE color: 2967893.
HSL color Cylindrical-coordinate representation of color #55492D: hue angle of 42º 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 #55492D is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 73 | 45 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.67 |
| HSL | 42º | 0.31% | 0.25% | - |
| HSV(B) | 42º | 0.47% | 0.33% | - |
| XYZ | 6.6 | 6.89 | 3.46 | - |
| YUV | 73.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 45 | 0 | 0.14 | 0.47 | 0.67 | 42 | 0.31 | 0.25 |
| Hex | 55 | 49 | 2D | 0 | E | 2F | 43 | 2A | 1F | 19 |
| Octal | 125 | 111 | 55 | 0 | 16 | 57 | 103 | 52 | 37 | 31 |
| Binary | 1010101 | 1001001 | 101101 | 0 | 1110 | 101111 | 1000011 | 101010 | 11111 | 11001 |
Color Harmonies of #55492D
Complementary color
Monochromatic Colors of #55492D
Black with #55492D
Text Example
Text Example
White with #55492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55492D; }
p { color: rgb(85,73,45); }
H1.HeaderClassName
{
color: #55492D;
}
.AnyTagClassName
{
color: #55492D;
}
</style>
background-color css
<style>
a { background-color: #55492D; }
a { background-color: rgb(85,73,45); }
div.DivClassName
{
background-color: #55492D;
}
.BgClassName
{
background-color: #55492D;
}
</style>
border-color css
<style>
span { border-color: #55492D; }
span { border-color: rgb(85,73,45); }
td.TdClassName
{
border-color: #55492D;
}
.TagClassName
{
border-color: #55492D;
}
</style>