Shades of Punga #524A31
Tints of Punga #524A31
RGB
CMYK
RGB Variations
Color information
#524A31 (or 0x524A31) is known color: Punga. HEX triplet: 52, 4A and 31. RGB value is (82,74,49). Sum of RGB (Red+Green+Blue) = 82+74+49=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 82 - color contains mainly: red. Hex color #524A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524A31 is #ADB5CE. Grayscale: #494949. Windows color (decimal): -11384271 or 3230290. OLE color: 3230290.
HSL color Cylindrical-coordinate representation of color #524A31: hue angle of 45.45º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #524A31 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 74 | 49 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.68 |
| HSL | 45.45º | 0.25% | 0.26% | - |
| HSV(B) | 45.45º | 0.4% | 0.32% | - |
| XYZ | 6.48 | 6.91 | 3.9 | - |
| YUV | 73.54 | 114.15 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 49 | 0 | 0.10 | 0.40 | 0.68 | 45.45 | 0.25 | 0.26 |
| Hex | 52 | 4A | 31 | 0 | A | 28 | 44 | 2D | 19 | 1A |
| Octal | 122 | 112 | 61 | 0 | 12 | 50 | 104 | 55 | 31 | 32 |
| Binary | 1010010 | 1001010 | 110001 | 0 | 1010 | 101000 | 1000100 | 101101 | 11001 | 11010 |
Color Harmonies of #524A31
Complementary color
Monochromatic Colors of #524A31
Black with #524A31
Text Example
Text Example
White with #524A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524A31; }
p { color: rgb(82,74,49); }
H1.HeaderClassName
{
color: #524A31;
}
.AnyTagClassName
{
color: #524A31;
}
</style>
background-color css
<style>
a { background-color: #524A31; }
a { background-color: rgb(82,74,49); }
div.DivClassName
{
background-color: #524A31;
}
.BgClassName
{
background-color: #524A31;
}
</style>
border-color css
<style>
span { border-color: #524A31; }
span { border-color: rgb(82,74,49); }
td.TdClassName
{
border-color: #524A31;
}
.TagClassName
{
border-color: #524A31;
}
</style>