Shades of Punga #53482D
Tints of Punga #53482D
RGB
CMYK
RGB Variations
Color information
#53482D (or 0x53482D) is known color: Punga. HEX triplet: 53, 48 and 2D. RGB value is (83,72,45). Sum of RGB (Red+Green+Blue) = 83+72+45=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 83 - color contains mainly: red. Hex color #53482D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53482D is #ACB7D2. Grayscale: #484848. Windows color (decimal): -11319251 or 2967635. OLE color: 2967635.
HSL color Cylindrical-coordinate representation of color #53482D: hue angle of 42.63º 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 #53482D is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 72 | 45 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.67 |
| HSL | 42.63º | 0.3% | 0.25% | - |
| HSV(B) | 42.63º | 0.46% | 0.33% | - |
| XYZ | 6.36 | 6.66 | 3.43 | - |
| YUV | 72.21 | 112.64 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 45 | 0 | 0.13 | 0.46 | 0.67 | 42.63 | 0.3 | 0.25 |
| Hex | 53 | 48 | 2D | 0 | D | 2E | 43 | 2B | 1E | 19 |
| Octal | 123 | 110 | 55 | 0 | 15 | 56 | 103 | 53 | 36 | 31 |
| Binary | 1010011 | 1001000 | 101101 | 0 | 1101 | 101110 | 1000011 | 101011 | 11110 | 11001 |
Color Harmonies of #53482D
Complementary color
Monochromatic Colors of #53482D
Black with #53482D
Text Example
Text Example
White with #53482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53482D; }
p { color: rgb(83,72,45); }
H1.HeaderClassName
{
color: #53482D;
}
.AnyTagClassName
{
color: #53482D;
}
</style>
background-color css
<style>
a { background-color: #53482D; }
a { background-color: rgb(83,72,45); }
div.DivClassName
{
background-color: #53482D;
}
.BgClassName
{
background-color: #53482D;
}
</style>
border-color css
<style>
span { border-color: #53482D; }
span { border-color: rgb(83,72,45); }
td.TdClassName
{
border-color: #53482D;
}
.TagClassName
{
border-color: #53482D;
}
</style>