Shades of Punga #53472D
Tints of Punga #53472D
RGB
CMYK
RGB Variations
Color information
#53472D (or 0x53472D) is known color: Punga. HEX triplet: 53, 47 and 2D. RGB value is (83,71,45). Sum of RGB (Red+Green+Blue) = 83+71+45=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #53472D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53472D is #ACB8D2. Grayscale: #474747. Windows color (decimal): -11319507 or 2967379. OLE color: 2967379.
HSL color Cylindrical-coordinate representation of color #53472D: hue angle of 41.05º 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 #53472D is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 71 | 45 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.67 |
| HSL | 41.05º | 0.3% | 0.25% | - |
| HSV(B) | 41.05º | 0.46% | 0.33% | - |
| XYZ | 6.29 | 6.53 | 3.41 | - |
| YUV | 71.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 71 | 45 | 0 | 0.14 | 0.46 | 0.67 | 41.05 | 0.3 | 0.25 |
| Hex | 53 | 47 | 2D | 0 | E | 2E | 43 | 29 | 1E | 19 |
| Octal | 123 | 107 | 55 | 0 | 16 | 56 | 103 | 51 | 36 | 31 |
| Binary | 1010011 | 1000111 | 101101 | 0 | 1110 | 101110 | 1000011 | 101001 | 11110 | 11001 |
Color Harmonies of #53472D
Complementary color
Monochromatic Colors of #53472D
Black with #53472D
Text Example
Text Example
White with #53472D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53472D; }
p { color: rgb(83,71,45); }
H1.HeaderClassName
{
color: #53472D;
}
.AnyTagClassName
{
color: #53472D;
}
</style>
background-color css
<style>
a { background-color: #53472D; }
a { background-color: rgb(83,71,45); }
div.DivClassName
{
background-color: #53472D;
}
.BgClassName
{
background-color: #53472D;
}
</style>
border-color css
<style>
span { border-color: #53472D; }
span { border-color: rgb(83,71,45); }
td.TdClassName
{
border-color: #53472D;
}
.TagClassName
{
border-color: #53472D;
}
</style>