Shades of Punga #534A2F
Tints of Punga #534A2F
RGB
CMYK
RGB Variations
Color information
#534A2F (or 0x534A2F) is known color: Punga. HEX triplet: 53, 4A and 2F. RGB value is (83,74,47). Sum of RGB (Red+Green+Blue) = 83+74+47=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #534A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A2F is #ACB5D0. Grayscale: #494949. Windows color (decimal): -11318737 or 3099219. OLE color: 3099219.
HSL color Cylindrical-coordinate representation of color #534A2F: hue angle of 45º 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 #534A2F is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 74 | 47 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.67 |
| HSL | 45º | 0.28% | 0.25% | - |
| HSV(B) | 45º | 0.43% | 0.33% | - |
| XYZ | 6.53 | 6.94 | 3.69 | - |
| YUV | 73.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 47 | 0 | 0.11 | 0.43 | 0.67 | 45 | 0.28 | 0.25 |
| Hex | 53 | 4A | 2F | 0 | B | 2B | 43 | 2D | 1C | 19 |
| Octal | 123 | 112 | 57 | 0 | 13 | 53 | 103 | 55 | 34 | 31 |
| Binary | 1010011 | 1001010 | 101111 | 0 | 1011 | 101011 | 1000011 | 101101 | 11100 | 11001 |
Color Harmonies of #534A2F
Complementary color
Monochromatic Colors of #534A2F
Black with #534A2F
Text Example
Text Example
White with #534A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534A2F; }
p { color: rgb(83,74,47); }
H1.HeaderClassName
{
color: #534A2F;
}
.AnyTagClassName
{
color: #534A2F;
}
</style>
background-color css
<style>
a { background-color: #534A2F; }
a { background-color: rgb(83,74,47); }
div.DivClassName
{
background-color: #534A2F;
}
.BgClassName
{
background-color: #534A2F;
}
</style>
border-color css
<style>
span { border-color: #534A2F; }
span { border-color: rgb(83,74,47); }
td.TdClassName
{
border-color: #534A2F;
}
.TagClassName
{
border-color: #534A2F;
}
</style>