Shades of Punga #534529
Tints of Punga #534529
RGB
CMYK
RGB Variations
Color information
#534529 (or 0x534529) is known color: Punga. HEX triplet: 53, 45 and 29. RGB value is (83,69,41). Sum of RGB (Red+Green+Blue) = 83+69+41=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #534529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534529 is #ACBAD6. Grayscale: #464646. Windows color (decimal): -11320023 or 2704723. OLE color: 2704723.
HSL color Cylindrical-coordinate representation of color #534529: hue angle of 40º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #534529 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 69 | 41 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.67 |
| HSL | 40º | 0.34% | 0.24% | - |
| HSV(B) | 40º | 0.51% | 0.33% | - |
| XYZ | 6.1 | 6.26 | 2.98 | - |
| YUV | 69.99 | 111.64 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 69 | 41 | 0 | 0.17 | 0.51 | 0.67 | 40 | 0.34 | 0.24 |
| Hex | 53 | 45 | 29 | 0 | 11 | 33 | 43 | 28 | 22 | 18 |
| Octal | 123 | 105 | 51 | 0 | 21 | 63 | 103 | 50 | 42 | 30 |
| Binary | 1010011 | 1000101 | 101001 | 0 | 10001 | 110011 | 1000011 | 101000 | 100010 | 11000 |
Color Harmonies of #534529
Complementary color
Monochromatic Colors of #534529
Black with #534529
Text Example
Text Example
White with #534529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534529; }
p { color: rgb(83,69,41); }
H1.HeaderClassName
{
color: #534529;
}
.AnyTagClassName
{
color: #534529;
}
</style>
background-color css
<style>
a { background-color: #534529; }
a { background-color: rgb(83,69,41); }
div.DivClassName
{
background-color: #534529;
}
.BgClassName
{
background-color: #534529;
}
</style>
border-color css
<style>
span { border-color: #534529; }
span { border-color: rgb(83,69,41); }
td.TdClassName
{
border-color: #534529;
}
.TagClassName
{
border-color: #534529;
}
</style>