Shades of Punga #534A34
Tints of Punga #534A34
RGB
CMYK
RGB Variations
Color information
#534A34 (or 0x534A34) is known color: Punga. HEX triplet: 53, 4A and 34. RGB value is (83,74,52). Sum of RGB (Red+Green+Blue) = 83+74+52=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 52 (20.70% from 255 or 24.88% from 209); Max value from RGB is 83 - color contains mainly: red. Hex color #534A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A34 is #ACB5CB. Grayscale: #4A4A4A. Windows color (decimal): -11318732 or 3426899. OLE color: 3426899.
HSL color Cylindrical-coordinate representation of color #534A34: hue angle of 42.58º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #534A34 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 74 | 52 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.67 |
| HSL | 42.58º | 0.23% | 0.26% | - |
| HSV(B) | 42.58º | 0.37% | 0.33% | - |
| XYZ | 6.64 | 6.98 | 4.25 | - |
| YUV | 74.18 | 115.48 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 52 | 0 | 0.11 | 0.37 | 0.67 | 42.58 | 0.23 | 0.26 |
| Hex | 53 | 4A | 34 | 0 | B | 25 | 43 | 2B | 17 | 1A |
| Octal | 123 | 112 | 64 | 0 | 13 | 45 | 103 | 53 | 27 | 32 |
| Binary | 1010011 | 1001010 | 110100 | 0 | 1011 | 100101 | 1000011 | 101011 | 10111 | 11010 |
Color Harmonies of #534A34
Complementary color
Monochromatic Colors of #534A34
Black with #534A34
Text Example
Text Example
White with #534A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534A34; }
p { color: rgb(83,74,52); }
H1.HeaderClassName
{
color: #534A34;
}
.AnyTagClassName
{
color: #534A34;
}
</style>
background-color css
<style>
a { background-color: #534A34; }
a { background-color: rgb(83,74,52); }
div.DivClassName
{
background-color: #534A34;
}
.BgClassName
{
background-color: #534A34;
}
</style>
border-color css
<style>
span { border-color: #534A34; }
span { border-color: rgb(83,74,52); }
td.TdClassName
{
border-color: #534A34;
}
.TagClassName
{
border-color: #534A34;
}
</style>