Shades of Punga #54492D
Tints of Punga #54492D
RGB
CMYK
RGB Variations
Color information
#54492D (or 0x54492D) is known color: Punga. HEX triplet: 54, 49 and 2D. RGB value is (84,73,45). Sum of RGB (Red+Green+Blue) = 84+73+45=202 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.58% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 84 - color contains mainly: red. Hex color #54492D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54492D is #ABB6D2. Grayscale: #494949. Windows color (decimal): -11253459 or 2967892. OLE color: 2967892.
HSL color Cylindrical-coordinate representation of color #54492D: hue angle of 43.08º 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 #54492D is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 73 | 45 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.67 |
| HSL | 43.08º | 0.3% | 0.25% | - |
| HSV(B) | 43.08º | 0.46% | 0.33% | - |
| XYZ | 6.51 | 6.84 | 3.46 | - |
| YUV | 73.1 | 112.14 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 73 | 45 | 0 | 0.13 | 0.46 | 0.67 | 43.08 | 0.3 | 0.25 |
| Hex | 54 | 49 | 2D | 0 | D | 2E | 43 | 2B | 1E | 19 |
| Octal | 124 | 111 | 55 | 0 | 15 | 56 | 103 | 53 | 36 | 31 |
| Binary | 1010100 | 1001001 | 101101 | 0 | 1101 | 101110 | 1000011 | 101011 | 11110 | 11001 |
Color Harmonies of #54492D
Complementary color
Monochromatic Colors of #54492D
Black with #54492D
Text Example
Text Example
White with #54492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54492D; }
p { color: rgb(84,73,45); }
H1.HeaderClassName
{
color: #54492D;
}
.AnyTagClassName
{
color: #54492D;
}
</style>
background-color css
<style>
a { background-color: #54492D; }
a { background-color: rgb(84,73,45); }
div.DivClassName
{
background-color: #54492D;
}
.BgClassName
{
background-color: #54492D;
}
</style>
border-color css
<style>
span { border-color: #54492D; }
span { border-color: rgb(84,73,45); }
td.TdClassName
{
border-color: #54492D;
}
.TagClassName
{
border-color: #54492D;
}
</style>