Shades of Punga #57492D
Tints of Punga #57492D
RGB
CMYK
RGB Variations
Color information
#57492D (or 0x57492D) is known color: Punga. HEX triplet: 57, 49 and 2D. RGB value is (87,73,45). Sum of RGB (Red+Green+Blue) = 87+73+45=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 87 - color contains mainly: red. Hex color #57492D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57492D is #A8B6D2. Grayscale: #4A4A4A. Windows color (decimal): -11056851 or 2967895. OLE color: 2967895.
HSL color Cylindrical-coordinate representation of color #57492D: hue angle of 40º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #57492D is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 73 | 45 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.66 |
| HSL | 40º | 0.32% | 0.26% | - |
| HSV(B) | 40º | 0.48% | 0.34% | - |
| XYZ | 6.79 | 6.98 | 3.47 | - |
| YUV | 73.99 | 111.64 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 73 | 45 | 0 | 0.16 | 0.48 | 0.66 | 40 | 0.32 | 0.26 |
| Hex | 57 | 49 | 2D | 0 | 10 | 30 | 42 | 28 | 20 | 1A |
| Octal | 127 | 111 | 55 | 0 | 20 | 60 | 102 | 50 | 40 | 32 |
| Binary | 1010111 | 1001001 | 101101 | 0 | 10000 | 110000 | 1000010 | 101000 | 100000 | 11010 |
Color Harmonies of #57492D
Complementary color
Monochromatic Colors of #57492D
Black with #57492D
Text Example
Text Example
White with #57492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57492D; }
p { color: rgb(87,73,45); }
H1.HeaderClassName
{
color: #57492D;
}
.AnyTagClassName
{
color: #57492D;
}
</style>
background-color css
<style>
a { background-color: #57492D; }
a { background-color: rgb(87,73,45); }
div.DivClassName
{
background-color: #57492D;
}
.BgClassName
{
background-color: #57492D;
}
</style>
border-color css
<style>
span { border-color: #57492D; }
span { border-color: rgb(87,73,45); }
td.TdClassName
{
border-color: #57492D;
}
.TagClassName
{
border-color: #57492D;
}
</style>