Shades of Punga #544B34
Tints of Punga #544B34
RGB
CMYK
RGB Variations
Color information
#544B34 (or 0x544B34) is known color: Punga. HEX triplet: 54, 4B and 34. RGB value is (84,75,52). Sum of RGB (Red+Green+Blue) = 84+75+52=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 84 - color contains mainly: red. Hex color #544B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B34 is #ABB4CB. Grayscale: #4B4B4B. Windows color (decimal): -11252940 or 3427156. OLE color: 3427156.
HSL color Cylindrical-coordinate representation of color #544B34: hue angle of 43.12º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #544B34 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 75 | 52 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.67 |
| HSL | 43.13º | 0.24% | 0.27% | - |
| HSV(B) | 43.13º | 0.38% | 0.33% | - |
| XYZ | 6.79 | 7.16 | 4.27 | - |
| YUV | 75.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 75 | 52 | 0 | 0.11 | 0.38 | 0.67 | 43.13 | 0.24 | 0.27 |
| Hex | 54 | 4B | 34 | 0 | B | 26 | 43 | 2B | 18 | 1B |
| Octal | 124 | 113 | 64 | 0 | 13 | 46 | 103 | 53 | 30 | 33 |
| Binary | 1010100 | 1001011 | 110100 | 0 | 1011 | 100110 | 1000011 | 101011 | 11000 | 11011 |
Color Harmonies of #544B34
Complementary color
Monochromatic Colors of #544B34
Black with #544B34
Text Example
Text Example
White with #544B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544B34; }
p { color: rgb(84,75,52); }
H1.HeaderClassName
{
color: #544B34;
}
.AnyTagClassName
{
color: #544B34;
}
</style>
background-color css
<style>
a { background-color: #544B34; }
a { background-color: rgb(84,75,52); }
div.DivClassName
{
background-color: #544B34;
}
.BgClassName
{
background-color: #544B34;
}
</style>
border-color css
<style>
span { border-color: #544B34; }
span { border-color: rgb(84,75,52); }
td.TdClassName
{
border-color: #544B34;
}
.TagClassName
{
border-color: #544B34;
}
</style>