Shades of Punga #544B2E
Tints of Punga #544B2E
RGB
CMYK
RGB Variations
Color information
#544B2E (or 0x544B2E) is known color: Punga. HEX triplet: 54, 4B and 2E. RGB value is (84,75,46). Sum of RGB (Red+Green+Blue) = 84+75+46=205 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.98% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 84 - color contains mainly: red. Hex color #544B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B2E is #ABB4D1. Grayscale: #4A4A4A. Windows color (decimal): -11252946 or 3033940. OLE color: 3033940.
HSL color Cylindrical-coordinate representation of color #544B2E: hue angle of 45.79º 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 #544B2E is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 75 | 46 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.67 |
| HSL | 45.79º | 0.29% | 0.25% | - |
| HSV(B) | 45.79º | 0.45% | 0.33% | - |
| XYZ | 6.67 | 7.11 | 3.61 | - |
| YUV | 74.39 | 111.98 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 75 | 46 | 0 | 0.11 | 0.45 | 0.67 | 45.79 | 0.29 | 0.25 |
| Hex | 54 | 4B | 2E | 0 | B | 2D | 43 | 2E | 1D | 19 |
| Octal | 124 | 113 | 56 | 0 | 13 | 55 | 103 | 56 | 35 | 31 |
| Binary | 1010100 | 1001011 | 101110 | 0 | 1011 | 101101 | 1000011 | 101110 | 11101 | 11001 |
Color Harmonies of #544B2E
Complementary color
Monochromatic Colors of #544B2E
Black with #544B2E
Text Example
Text Example
White with #544B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544B2E; }
p { color: rgb(84,75,46); }
H1.HeaderClassName
{
color: #544B2E;
}
.AnyTagClassName
{
color: #544B2E;
}
</style>
background-color css
<style>
a { background-color: #544B2E; }
a { background-color: rgb(84,75,46); }
div.DivClassName
{
background-color: #544B2E;
}
.BgClassName
{
background-color: #544B2E;
}
</style>
border-color css
<style>
span { border-color: #544B2E; }
span { border-color: rgb(84,75,46); }
td.TdClassName
{
border-color: #544B2E;
}
.TagClassName
{
border-color: #544B2E;
}
</style>