Shades of Punga #534A2D
Tints of Punga #534A2D
RGB
CMYK
RGB Variations
Color information
#534A2D (or 0x534A2D) is known color: Punga. HEX triplet: 53, 4A and 2D. RGB value is (83,74,45). Sum of RGB (Red+Green+Blue) = 83+74+45=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 83 - color contains mainly: red. Hex color #534A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A2D is #ACB5D2. Grayscale: #494949. Windows color (decimal): -11318739 or 2968147. OLE color: 2968147.
HSL color Cylindrical-coordinate representation of color #534A2D: hue angle of 45.79º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #534A2D is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 74 | 45 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.67 |
| HSL | 45.79º | 0.3% | 0.25% | - |
| HSV(B) | 45.79º | 0.46% | 0.33% | - |
| XYZ | 6.49 | 6.93 | 3.48 | - |
| YUV | 73.39 | 111.98 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 45 | 0 | 0.11 | 0.46 | 0.67 | 45.79 | 0.3 | 0.25 |
| Hex | 53 | 4A | 2D | 0 | B | 2E | 43 | 2E | 1E | 19 |
| Octal | 123 | 112 | 55 | 0 | 13 | 56 | 103 | 56 | 36 | 31 |
| Binary | 1010011 | 1001010 | 101101 | 0 | 1011 | 101110 | 1000011 | 101110 | 11110 | 11001 |
Color Harmonies of #534A2D
Complementary color
Monochromatic Colors of #534A2D
Black with #534A2D
Text Example
Text Example
White with #534A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534A2D; }
p { color: rgb(83,74,45); }
H1.HeaderClassName
{
color: #534A2D;
}
.AnyTagClassName
{
color: #534A2D;
}
</style>
background-color css
<style>
a { background-color: #534A2D; }
a { background-color: rgb(83,74,45); }
div.DivClassName
{
background-color: #534A2D;
}
.BgClassName
{
background-color: #534A2D;
}
</style>
border-color css
<style>
span { border-color: #534A2D; }
span { border-color: rgb(83,74,45); }
td.TdClassName
{
border-color: #534A2D;
}
.TagClassName
{
border-color: #534A2D;
}
</style>