Shades of Punga #544A2F
Tints of Punga #544A2F
RGB
CMYK
RGB Variations
Color information
#544A2F (or 0x544A2F) is known color: Punga. HEX triplet: 54, 4A and 2F. RGB value is (84,74,47). Sum of RGB (Red+Green+Blue) = 84+74+47=205 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.98% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 84 - color contains mainly: red. Hex color #544A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544A2F is #ABB5D0. Grayscale: #4A4A4A. Windows color (decimal): -11253201 or 3099220. OLE color: 3099220.
HSL color Cylindrical-coordinate representation of color #544A2F: hue angle of 43.78º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #544A2F is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 74 | 47 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.67 |
| HSL | 43.78º | 0.28% | 0.26% | - |
| HSV(B) | 43.78º | 0.44% | 0.33% | - |
| XYZ | 6.62 | 6.99 | 3.69 | - |
| YUV | 73.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 74 | 47 | 0 | 0.12 | 0.44 | 0.67 | 43.78 | 0.28 | 0.26 |
| Hex | 54 | 4A | 2F | 0 | C | 2C | 43 | 2C | 1C | 1A |
| Octal | 124 | 112 | 57 | 0 | 14 | 54 | 103 | 54 | 34 | 32 |
| Binary | 1010100 | 1001010 | 101111 | 0 | 1100 | 101100 | 1000011 | 101100 | 11100 | 11010 |
Color Harmonies of #544A2F
Complementary color
Monochromatic Colors of #544A2F
Black with #544A2F
Text Example
Text Example
White with #544A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544A2F; }
p { color: rgb(84,74,47); }
H1.HeaderClassName
{
color: #544A2F;
}
.AnyTagClassName
{
color: #544A2F;
}
</style>
background-color css
<style>
a { background-color: #544A2F; }
a { background-color: rgb(84,74,47); }
div.DivClassName
{
background-color: #544A2F;
}
.BgClassName
{
background-color: #544A2F;
}
</style>
border-color css
<style>
span { border-color: #544A2F; }
span { border-color: rgb(84,74,47); }
td.TdClassName
{
border-color: #544A2F;
}
.TagClassName
{
border-color: #544A2F;
}
</style>