Shades of Punga #53482A
Tints of Punga #53482A
RGB
CMYK
RGB Variations
Color information
#53482A (or 0x53482A) is known color: Punga. HEX triplet: 53, 48 and 2A. RGB value is (83,72,42). Sum of RGB (Red+Green+Blue) = 83+72+42=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #53482A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53482A is #ACB7D5. Grayscale: #484848. Windows color (decimal): -11319254 or 2771027. OLE color: 2771027.
HSL color Cylindrical-coordinate representation of color #53482A: hue angle of 43.9º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53482A is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 72 | 42 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.67 |
| HSL | 43.9º | 0.33% | 0.25% | - |
| HSV(B) | 43.9º | 0.49% | 0.33% | - |
| XYZ | 6.3 | 6.64 | 3.14 | - |
| YUV | 71.87 | 111.14 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 42 | 0 | 0.13 | 0.49 | 0.67 | 43.9 | 0.33 | 0.25 |
| Hex | 53 | 48 | 2A | 0 | D | 31 | 43 | 2C | 21 | 19 |
| Octal | 123 | 110 | 52 | 0 | 15 | 61 | 103 | 54 | 41 | 31 |
| Binary | 1010011 | 1001000 | 101010 | 0 | 1101 | 110001 | 1000011 | 101100 | 100001 | 11001 |
Color Harmonies of #53482A
Complementary color
Monochromatic Colors of #53482A
Black with #53482A
Text Example
Text Example
White with #53482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53482A; }
p { color: rgb(83,72,42); }
H1.HeaderClassName
{
color: #53482A;
}
.AnyTagClassName
{
color: #53482A;
}
</style>
background-color css
<style>
a { background-color: #53482A; }
a { background-color: rgb(83,72,42); }
div.DivClassName
{
background-color: #53482A;
}
.BgClassName
{
background-color: #53482A;
}
</style>
border-color css
<style>
span { border-color: #53482A; }
span { border-color: rgb(83,72,42); }
td.TdClassName
{
border-color: #53482A;
}
.TagClassName
{
border-color: #53482A;
}
</style>