Shades of Punga #544B2D
Tints of Punga #544B2D
RGB
CMYK
RGB Variations
Color information
#544B2D (or 0x544B2D) is known color: Punga. HEX triplet: 54, 4B and 2D. RGB value is (84,75,45). Sum of RGB (Red+Green+Blue) = 84+75+45=204 (27% of max value = 765). Red value is 84 (33.20% from 255 or 41.18% from 204); Green value is 75 (29.69% from 255 or 36.76% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 84 - color contains mainly: red. Hex color #544B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B2D is #ABB4D2. Grayscale: #4A4A4A. Windows color (decimal): -11252947 or 2968404. OLE color: 2968404.
HSL color Cylindrical-coordinate representation of color #544B2D: hue angle of 46.15º 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 #544B2D is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 75 | 45 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.67 |
| HSL | 46.15º | 0.3% | 0.25% | - |
| HSV(B) | 46.15º | 0.46% | 0.33% | - |
| XYZ | 6.65 | 7.11 | 3.5 | - |
| YUV | 74.27 | 111.48 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 75 | 45 | 0 | 0.11 | 0.46 | 0.67 | 46.15 | 0.3 | 0.25 |
| Hex | 54 | 4B | 2D | 0 | B | 2E | 43 | 2E | 1E | 19 |
| Octal | 124 | 113 | 55 | 0 | 13 | 56 | 103 | 56 | 36 | 31 |
| Binary | 1010100 | 1001011 | 101101 | 0 | 1011 | 101110 | 1000011 | 101110 | 11110 | 11001 |
Color Harmonies of #544B2D
Complementary color
Monochromatic Colors of #544B2D
Black with #544B2D
Text Example
Text Example
White with #544B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544B2D; }
p { color: rgb(84,75,45); }
H1.HeaderClassName
{
color: #544B2D;
}
.AnyTagClassName
{
color: #544B2D;
}
</style>
background-color css
<style>
a { background-color: #544B2D; }
a { background-color: rgb(84,75,45); }
div.DivClassName
{
background-color: #544B2D;
}
.BgClassName
{
background-color: #544B2D;
}
</style>
border-color css
<style>
span { border-color: #544B2D; }
span { border-color: rgb(84,75,45); }
td.TdClassName
{
border-color: #544B2D;
}
.TagClassName
{
border-color: #544B2D;
}
</style>