Shades of Punga #57482C
Tints of Punga #57482C
RGB
CMYK
RGB Variations
Color information
#57482C (or 0x57482C) is known color: Punga. HEX triplet: 57, 48 and 2C. RGB value is (87,72,44). Sum of RGB (Red+Green+Blue) = 87+72+44=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 87 - color contains mainly: red. Hex color #57482C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57482C is #A8B7D3. Grayscale: #494949. Windows color (decimal): -11057108 or 2902103. OLE color: 2902103.
HSL color Cylindrical-coordinate representation of color #57482C: hue angle of 39.07º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57482C is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 72 | 44 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.66 |
| HSL | 39.07º | 0.33% | 0.26% | - |
| HSV(B) | 39.07º | 0.49% | 0.34% | - |
| XYZ | 6.7 | 6.84 | 3.35 | - |
| YUV | 73.29 | 111.47 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 72 | 44 | 0 | 0.17 | 0.49 | 0.66 | 39.07 | 0.33 | 0.26 |
| Hex | 57 | 48 | 2C | 0 | 11 | 31 | 42 | 27 | 21 | 1A |
| Octal | 127 | 110 | 54 | 0 | 21 | 61 | 102 | 47 | 41 | 32 |
| Binary | 1010111 | 1001000 | 101100 | 0 | 10001 | 110001 | 1000010 | 100111 | 100001 | 11010 |
Color Harmonies of #57482C
Complementary color
Monochromatic Colors of #57482C
Black with #57482C
Text Example
Text Example
White with #57482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57482C; }
p { color: rgb(87,72,44); }
H1.HeaderClassName
{
color: #57482C;
}
.AnyTagClassName
{
color: #57482C;
}
</style>
background-color css
<style>
a { background-color: #57482C; }
a { background-color: rgb(87,72,44); }
div.DivClassName
{
background-color: #57482C;
}
.BgClassName
{
background-color: #57482C;
}
</style>
border-color css
<style>
span { border-color: #57482C; }
span { border-color: rgb(87,72,44); }
td.TdClassName
{
border-color: #57482C;
}
.TagClassName
{
border-color: #57482C;
}
</style>