Shades of Punga #52482C
Tints of Punga #52482C
RGB
CMYK
RGB Variations
Color information
#52482C (or 0x52482C) is known color: Punga. HEX triplet: 52, 48 and 2C. RGB value is (82,72,44). Sum of RGB (Red+Green+Blue) = 82+72+44=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 82 - color contains mainly: red. Hex color #52482C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52482C is #ADB7D3. Grayscale: #474747. Windows color (decimal): -11384788 or 2902098. OLE color: 2902098.
HSL color Cylindrical-coordinate representation of color #52482C: hue angle of 44.21º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #52482C is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 72 | 44 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.68 |
| HSL | 44.21º | 0.3% | 0.25% | - |
| HSV(B) | 44.21º | 0.46% | 0.32% | - |
| XYZ | 6.25 | 6.61 | 3.33 | - |
| YUV | 71.8 | 112.31 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 72 | 44 | 0 | 0.12 | 0.46 | 0.68 | 44.21 | 0.3 | 0.25 |
| Hex | 52 | 48 | 2C | 0 | C | 2E | 44 | 2C | 1E | 19 |
| Octal | 122 | 110 | 54 | 0 | 14 | 56 | 104 | 54 | 36 | 31 |
| Binary | 1010010 | 1001000 | 101100 | 0 | 1100 | 101110 | 1000100 | 101100 | 11110 | 11001 |
Color Harmonies of #52482C
Complementary color
Monochromatic Colors of #52482C
Black with #52482C
Text Example
Text Example
White with #52482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52482C; }
p { color: rgb(82,72,44); }
H1.HeaderClassName
{
color: #52482C;
}
.AnyTagClassName
{
color: #52482C;
}
</style>
background-color css
<style>
a { background-color: #52482C; }
a { background-color: rgb(82,72,44); }
div.DivClassName
{
background-color: #52482C;
}
.BgClassName
{
background-color: #52482C;
}
</style>
border-color css
<style>
span { border-color: #52482C; }
span { border-color: rgb(82,72,44); }
td.TdClassName
{
border-color: #52482C;
}
.TagClassName
{
border-color: #52482C;
}
</style>