Shades of Punga #53492E
Tints of Punga #53492E
RGB
CMYK
RGB Variations
Color information
#53492E (or 0x53492E) is known color: Punga. HEX triplet: 53, 49 and 2E. RGB value is (83,73,46). Sum of RGB (Red+Green+Blue) = 83+73+46=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 46 (18.36% from 255 or 22.77% from 202); Max value from RGB is 83 - color contains mainly: red. Hex color #53492E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53492E is #ACB6D1. Grayscale: #494949. Windows color (decimal): -11318994 or 3033427. OLE color: 3033427.
HSL color Cylindrical-coordinate representation of color #53492E: hue angle of 43.78º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53492E is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 73 | 46 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.67 |
| HSL | 43.78º | 0.29% | 0.25% | - |
| HSV(B) | 43.78º | 0.45% | 0.33% | - |
| XYZ | 6.44 | 6.8 | 3.56 | - |
| YUV | 72.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 46 | 0 | 0.12 | 0.45 | 0.67 | 43.78 | 0.29 | 0.25 |
| Hex | 53 | 49 | 2E | 0 | C | 2D | 43 | 2C | 1D | 19 |
| Octal | 123 | 111 | 56 | 0 | 14 | 55 | 103 | 54 | 35 | 31 |
| Binary | 1010011 | 1001001 | 101110 | 0 | 1100 | 101101 | 1000011 | 101100 | 11101 | 11001 |
Color Harmonies of #53492E
Complementary color
Monochromatic Colors of #53492E
Black with #53492E
Text Example
Text Example
White with #53492E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53492E; }
p { color: rgb(83,73,46); }
H1.HeaderClassName
{
color: #53492E;
}
.AnyTagClassName
{
color: #53492E;
}
</style>
background-color css
<style>
a { background-color: #53492E; }
a { background-color: rgb(83,73,46); }
div.DivClassName
{
background-color: #53492E;
}
.BgClassName
{
background-color: #53492E;
}
</style>
border-color css
<style>
span { border-color: #53492E; }
span { border-color: rgb(83,73,46); }
td.TdClassName
{
border-color: #53492E;
}
.TagClassName
{
border-color: #53492E;
}
</style>