Shades of Punga #54482C
Tints of Punga #54482C
RGB
CMYK
RGB Variations
Color information
#54482C (or 0x54482C) is known color: Punga. HEX triplet: 54, 48 and 2C. RGB value is (84,72,44). Sum of RGB (Red+Green+Blue) = 84+72+44=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 84 - color contains mainly: red. Hex color #54482C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54482C is #ABB7D3. Grayscale: #484848. Windows color (decimal): -11253716 or 2902100. OLE color: 2902100.
HSL color Cylindrical-coordinate representation of color #54482C: hue angle of 42º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54482C is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 72 | 44 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.67 |
| HSL | 42º | 0.31% | 0.25% | - |
| HSV(B) | 42º | 0.48% | 0.33% | - |
| XYZ | 6.43 | 6.7 | 3.34 | - |
| YUV | 72.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 72 | 44 | 0 | 0.14 | 0.48 | 0.67 | 42 | 0.31 | 0.25 |
| Hex | 54 | 48 | 2C | 0 | E | 30 | 43 | 2A | 1F | 19 |
| Octal | 124 | 110 | 54 | 0 | 16 | 60 | 103 | 52 | 37 | 31 |
| Binary | 1010100 | 1001000 | 101100 | 0 | 1110 | 110000 | 1000011 | 101010 | 11111 | 11001 |
Color Harmonies of #54482C
Complementary color
Monochromatic Colors of #54482C
Black with #54482C
Text Example
Text Example
White with #54482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54482C; }
p { color: rgb(84,72,44); }
H1.HeaderClassName
{
color: #54482C;
}
.AnyTagClassName
{
color: #54482C;
}
</style>
background-color css
<style>
a { background-color: #54482C; }
a { background-color: rgb(84,72,44); }
div.DivClassName
{
background-color: #54482C;
}
.BgClassName
{
background-color: #54482C;
}
</style>
border-color css
<style>
span { border-color: #54482C; }
span { border-color: rgb(84,72,44); }
td.TdClassName
{
border-color: #54482C;
}
.TagClassName
{
border-color: #54482C;
}
</style>