Shades of Punga #534A32
Tints of Punga #534A32
RGB
CMYK
RGB Variations
Color information
#534A32 (or 0x534A32) is known color: Punga. HEX triplet: 53, 4A and 32. RGB value is (83,74,50). Sum of RGB (Red+Green+Blue) = 83+74+50=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 83 - color contains mainly: red. Hex color #534A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A32 is #ACB5CD. Grayscale: #4A4A4A. Windows color (decimal): -11318734 or 3295827. OLE color: 3295827.
HSL color Cylindrical-coordinate representation of color #534A32: hue angle of 43.64º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #534A32 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 74 | 50 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.67 |
| HSL | 43.64º | 0.25% | 0.26% | - |
| HSV(B) | 43.64º | 0.4% | 0.33% | - |
| XYZ | 6.59 | 6.97 | 4.01 | - |
| YUV | 73.96 | 114.48 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 50 | 0 | 0.11 | 0.40 | 0.67 | 43.64 | 0.25 | 0.26 |
| Hex | 53 | 4A | 32 | 0 | B | 28 | 43 | 2C | 19 | 1A |
| Octal | 123 | 112 | 62 | 0 | 13 | 50 | 103 | 54 | 31 | 32 |
| Binary | 1010011 | 1001010 | 110010 | 0 | 1011 | 101000 | 1000011 | 101100 | 11001 | 11010 |
Color Harmonies of #534A32
Complementary color
Monochromatic Colors of #534A32
Black with #534A32
Text Example
Text Example
White with #534A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534A32; }
p { color: rgb(83,74,50); }
H1.HeaderClassName
{
color: #534A32;
}
.AnyTagClassName
{
color: #534A32;
}
</style>
background-color css
<style>
a { background-color: #534A32; }
a { background-color: rgb(83,74,50); }
div.DivClassName
{
background-color: #534A32;
}
.BgClassName
{
background-color: #534A32;
}
</style>
border-color css
<style>
span { border-color: #534A32; }
span { border-color: rgb(83,74,50); }
td.TdClassName
{
border-color: #534A32;
}
.TagClassName
{
border-color: #534A32;
}
</style>