Shades of Punga #53472A
Tints of Punga #53472A
RGB
CMYK
RGB Variations
Color information
#53472A (or 0x53472A) is known color: Punga. HEX triplet: 53, 47 and 2A. RGB value is (83,71,42). Sum of RGB (Red+Green+Blue) = 83+71+42=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #53472A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53472A is #ACB8D5. Grayscale: #474747. Windows color (decimal): -11319510 or 2770771. OLE color: 2770771.
HSL color Cylindrical-coordinate representation of color #53472A: hue angle of 42.44º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53472A is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 71 | 42 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.67 |
| HSL | 42.44º | 0.33% | 0.25% | - |
| HSV(B) | 42.44º | 0.49% | 0.33% | - |
| XYZ | 6.24 | 6.51 | 3.12 | - |
| YUV | 71.28 | 111.48 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 71 | 42 | 0 | 0.14 | 0.49 | 0.67 | 42.44 | 0.33 | 0.25 |
| Hex | 53 | 47 | 2A | 0 | E | 31 | 43 | 2A | 21 | 19 |
| Octal | 123 | 107 | 52 | 0 | 16 | 61 | 103 | 52 | 41 | 31 |
| Binary | 1010011 | 1000111 | 101010 | 0 | 1110 | 110001 | 1000011 | 101010 | 100001 | 11001 |
Color Harmonies of #53472A
Complementary color
Monochromatic Colors of #53472A
Black with #53472A
Text Example
Text Example
White with #53472A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53472A; }
p { color: rgb(83,71,42); }
H1.HeaderClassName
{
color: #53472A;
}
.AnyTagClassName
{
color: #53472A;
}
</style>
background-color css
<style>
a { background-color: #53472A; }
a { background-color: rgb(83,71,42); }
div.DivClassName
{
background-color: #53472A;
}
.BgClassName
{
background-color: #53472A;
}
</style>
border-color css
<style>
span { border-color: #53472A; }
span { border-color: rgb(83,71,42); }
td.TdClassName
{
border-color: #53472A;
}
.TagClassName
{
border-color: #53472A;
}
</style>