Shades of Punga #544529
Tints of Punga #544529
RGB
CMYK
RGB Variations
Color information
#544529 (or 0x544529) is known color: Punga. HEX triplet: 54, 45 and 29. RGB value is (84,69,41). Sum of RGB (Red+Green+Blue) = 84+69+41=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 84 - color contains mainly: red. Hex color #544529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544529 is #ABBAD6. Grayscale: #464646. Windows color (decimal): -11254487 or 2704724. OLE color: 2704724.
HSL color Cylindrical-coordinate representation of color #544529: hue angle of 39.07º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #544529 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 69 | 41 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.67 |
| HSL | 39.07º | 0.34% | 0.25% | - |
| HSV(B) | 39.07º | 0.51% | 0.33% | - |
| XYZ | 6.18 | 6.3 | 2.99 | - |
| YUV | 70.29 | 111.47 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 69 | 41 | 0 | 0.18 | 0.51 | 0.67 | 39.07 | 0.34 | 0.25 |
| Hex | 54 | 45 | 29 | 0 | 12 | 33 | 43 | 27 | 22 | 19 |
| Octal | 124 | 105 | 51 | 0 | 22 | 63 | 103 | 47 | 42 | 31 |
| Binary | 1010100 | 1000101 | 101001 | 0 | 10010 | 110011 | 1000011 | 100111 | 100010 | 11001 |
Color Harmonies of #544529
Complementary color
Monochromatic Colors of #544529
Black with #544529
Text Example
Text Example
White with #544529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544529; }
p { color: rgb(84,69,41); }
H1.HeaderClassName
{
color: #544529;
}
.AnyTagClassName
{
color: #544529;
}
</style>
background-color css
<style>
a { background-color: #544529; }
a { background-color: rgb(84,69,41); }
div.DivClassName
{
background-color: #544529;
}
.BgClassName
{
background-color: #544529;
}
</style>
border-color css
<style>
span { border-color: #544529; }
span { border-color: rgb(84,69,41); }
td.TdClassName
{
border-color: #544529;
}
.TagClassName
{
border-color: #544529;
}
</style>