Shades of Punga #53472F
Tints of Punga #53472F
RGB
CMYK
RGB Variations
Color information
#53472F (or 0x53472F) is known color: Punga. HEX triplet: 53, 47 and 2F. RGB value is (83,71,47). Sum of RGB (Red+Green+Blue) = 83+71+47=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #53472F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53472F is #ACB8D0. Grayscale: #474747. Windows color (decimal): -11319505 or 3098451. OLE color: 3098451.
HSL color Cylindrical-coordinate representation of color #53472F: hue angle of 40º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53472F is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 71 | 47 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.67 |
| HSL | 40º | 0.28% | 0.25% | - |
| HSV(B) | 40º | 0.43% | 0.33% | - |
| XYZ | 6.33 | 6.55 | 3.62 | - |
| YUV | 71.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 71 | 47 | 0 | 0.14 | 0.43 | 0.67 | 40 | 0.28 | 0.25 |
| Hex | 53 | 47 | 2F | 0 | E | 2B | 43 | 28 | 1C | 19 |
| Octal | 123 | 107 | 57 | 0 | 16 | 53 | 103 | 50 | 34 | 31 |
| Binary | 1010011 | 1000111 | 101111 | 0 | 1110 | 101011 | 1000011 | 101000 | 11100 | 11001 |
Color Harmonies of #53472F
Complementary color
Monochromatic Colors of #53472F
Black with #53472F
Text Example
Text Example
White with #53472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53472F; }
p { color: rgb(83,71,47); }
H1.HeaderClassName
{
color: #53472F;
}
.AnyTagClassName
{
color: #53472F;
}
</style>
background-color css
<style>
a { background-color: #53472F; }
a { background-color: rgb(83,71,47); }
div.DivClassName
{
background-color: #53472F;
}
.BgClassName
{
background-color: #53472F;
}
</style>
border-color css
<style>
span { border-color: #53472F; }
span { border-color: rgb(83,71,47); }
td.TdClassName
{
border-color: #53472F;
}
.TagClassName
{
border-color: #53472F;
}
</style>