Shades of Punga #53492D
Tints of Punga #53492D
RGB
CMYK
RGB Variations
Color information
#53492D (or 0x53492D) is known color: Punga. HEX triplet: 53, 49 and 2D. RGB value is (83,73,45). Sum of RGB (Red+Green+Blue) = 83+73+45=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #53492D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53492D is #ACB6D2. Grayscale: #484848. Windows color (decimal): -11318995 or 2967891. OLE color: 2967891.
HSL color Cylindrical-coordinate representation of color #53492D: hue angle of 44.21º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53492D is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 73 | 45 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.67 |
| HSL | 44.21º | 0.3% | 0.25% | - |
| HSV(B) | 44.21º | 0.46% | 0.33% | - |
| XYZ | 6.42 | 6.79 | 3.46 | - |
| YUV | 72.8 | 112.31 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 45 | 0 | 0.12 | 0.46 | 0.67 | 44.21 | 0.3 | 0.25 |
| Hex | 53 | 49 | 2D | 0 | C | 2E | 43 | 2C | 1E | 19 |
| Octal | 123 | 111 | 55 | 0 | 14 | 56 | 103 | 54 | 36 | 31 |
| Binary | 1010011 | 1001001 | 101101 | 0 | 1100 | 101110 | 1000011 | 101100 | 11110 | 11001 |
Color Harmonies of #53492D
Complementary color
Monochromatic Colors of #53492D
Black with #53492D
Text Example
Text Example
White with #53492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53492D; }
p { color: rgb(83,73,45); }
H1.HeaderClassName
{
color: #53492D;
}
.AnyTagClassName
{
color: #53492D;
}
</style>
background-color css
<style>
a { background-color: #53492D; }
a { background-color: rgb(83,73,45); }
div.DivClassName
{
background-color: #53492D;
}
.BgClassName
{
background-color: #53492D;
}
</style>
border-color css
<style>
span { border-color: #53492D; }
span { border-color: rgb(83,73,45); }
td.TdClassName
{
border-color: #53492D;
}
.TagClassName
{
border-color: #53492D;
}
</style>