Shades of Punga #54492E
Tints of Punga #54492E
RGB
CMYK
RGB Variations
Color information
#54492E (or 0x54492E) is known color: Punga. HEX triplet: 54, 49 and 2E. RGB value is (84,73,46). Sum of RGB (Red+Green+Blue) = 84+73+46=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 84 - color contains mainly: red. Hex color #54492E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54492E is #ABB6D1. Grayscale: #494949. Windows color (decimal): -11253458 or 3033428. OLE color: 3033428.
HSL color Cylindrical-coordinate representation of color #54492E: hue angle of 42.63º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #54492E is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 73 | 46 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.67 |
| HSL | 42.63º | 0.29% | 0.25% | - |
| HSV(B) | 42.63º | 0.45% | 0.33% | - |
| XYZ | 6.53 | 6.85 | 3.56 | - |
| YUV | 73.21 | 112.64 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 73 | 46 | 0 | 0.13 | 0.45 | 0.67 | 42.63 | 0.29 | 0.25 |
| Hex | 54 | 49 | 2E | 0 | D | 2D | 43 | 2B | 1D | 19 |
| Octal | 124 | 111 | 56 | 0 | 15 | 55 | 103 | 53 | 35 | 31 |
| Binary | 1010100 | 1001001 | 101110 | 0 | 1101 | 101101 | 1000011 | 101011 | 11101 | 11001 |
Color Harmonies of #54492E
Complementary color
Monochromatic Colors of #54492E
Black with #54492E
Text Example
Text Example
White with #54492E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54492E; }
p { color: rgb(84,73,46); }
H1.HeaderClassName
{
color: #54492E;
}
.AnyTagClassName
{
color: #54492E;
}
</style>
background-color css
<style>
a { background-color: #54492E; }
a { background-color: rgb(84,73,46); }
div.DivClassName
{
background-color: #54492E;
}
.BgClassName
{
background-color: #54492E;
}
</style>
border-color css
<style>
span { border-color: #54492E; }
span { border-color: rgb(84,73,46); }
td.TdClassName
{
border-color: #54492E;
}
.TagClassName
{
border-color: #54492E;
}
</style>