Shades of Punga #524A37
Tints of Punga #524A37
RGB
CMYK
RGB Variations
Color information
#524A37 (or 0x524A37) is known color: Punga. HEX triplet: 52, 4A and 37. RGB value is (82,74,55). Sum of RGB (Red+Green+Blue) = 82+74+55=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 55 (21.88% from 255 or 26.07% from 211); Max value from RGB is 82 - color contains mainly: red. Hex color #524A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524A37 is #ADB5C8. Grayscale: #4A4A4A. Windows color (decimal): -11384265 or 3623506. OLE color: 3623506.
HSL color Cylindrical-coordinate representation of color #524A37: hue angle of 42.22º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #524A37 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 74 | 55 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.68 |
| HSL | 42.22º | 0.2% | 0.27% | - |
| HSV(B) | 42.22º | 0.33% | 0.32% | - |
| XYZ | 6.62 | 6.97 | 4.61 | - |
| YUV | 74.23 | 117.15 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 55 | 0 | 0.10 | 0.33 | 0.68 | 42.22 | 0.2 | 0.27 |
| Hex | 52 | 4A | 37 | 0 | A | 21 | 44 | 2A | 14 | 1B |
| Octal | 122 | 112 | 67 | 0 | 12 | 41 | 104 | 52 | 24 | 33 |
| Binary | 1010010 | 1001010 | 110111 | 0 | 1010 | 100001 | 1000100 | 101010 | 10100 | 11011 |
Color Harmonies of #524A37
Complementary color
Monochromatic Colors of #524A37
Black with #524A37
Text Example
Text Example
White with #524A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524A37; }
p { color: rgb(82,74,55); }
H1.HeaderClassName
{
color: #524A37;
}
.AnyTagClassName
{
color: #524A37;
}
</style>
background-color css
<style>
a { background-color: #524A37; }
a { background-color: rgb(82,74,55); }
div.DivClassName
{
background-color: #524A37;
}
.BgClassName
{
background-color: #524A37;
}
</style>
border-color css
<style>
span { border-color: #524A37; }
span { border-color: rgb(82,74,55); }
td.TdClassName
{
border-color: #524A37;
}
.TagClassName
{
border-color: #524A37;
}
</style>