Shades of Punga #52492D
Tints of Punga #52492D
RGB
CMYK
RGB Variations
Color information
#52492D (or 0x52492D) is known color: Punga. HEX triplet: 52, 49 and 2D. RGB value is (82,73,45). Sum of RGB (Red+Green+Blue) = 82+73+45=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 82 - color contains mainly: red. Hex color #52492D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52492D is #ADB6D2. Grayscale: #484848. Windows color (decimal): -11384531 or 2967890. OLE color: 2967890.
HSL color Cylindrical-coordinate representation of color #52492D: hue angle of 45.41º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #52492D is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 73 | 45 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.68 |
| HSL | 45.41º | 0.29% | 0.25% | - |
| HSV(B) | 45.41º | 0.45% | 0.32% | - |
| XYZ | 6.34 | 6.75 | 3.45 | - |
| YUV | 72.5 | 112.48 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 73 | 45 | 0 | 0.11 | 0.45 | 0.68 | 45.41 | 0.29 | 0.25 |
| Hex | 52 | 49 | 2D | 0 | B | 2D | 44 | 2D | 1D | 19 |
| Octal | 122 | 111 | 55 | 0 | 13 | 55 | 104 | 55 | 35 | 31 |
| Binary | 1010010 | 1001001 | 101101 | 0 | 1011 | 101101 | 1000100 | 101101 | 11101 | 11001 |
Color Harmonies of #52492D
Complementary color
Monochromatic Colors of #52492D
Black with #52492D
Text Example
Text Example
White with #52492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52492D; }
p { color: rgb(82,73,45); }
H1.HeaderClassName
{
color: #52492D;
}
.AnyTagClassName
{
color: #52492D;
}
</style>
background-color css
<style>
a { background-color: #52492D; }
a { background-color: rgb(82,73,45); }
div.DivClassName
{
background-color: #52492D;
}
.BgClassName
{
background-color: #52492D;
}
</style>
border-color css
<style>
span { border-color: #52492D; }
span { border-color: rgb(82,73,45); }
td.TdClassName
{
border-color: #52492D;
}
.TagClassName
{
border-color: #52492D;
}
</style>