Shades of Punga #544B36
Tints of Punga #544B36
RGB
CMYK
RGB Variations
Color information
#544B36 (or 0x544B36) is known color: Punga. HEX triplet: 54, 4B and 36. RGB value is (84,75,54). Sum of RGB (Red+Green+Blue) = 84+75+54=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 75 (29.69% from 255 or 35.21% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 84 - color contains mainly: red. Hex color #544B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B36 is #ABB4C9. Grayscale: #4B4B4B. Windows color (decimal): -11252938 or 3558228. OLE color: 3558228.
HSL color Cylindrical-coordinate representation of color #544B36: hue angle of 42º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #544B36 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 75 | 54 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.67 |
| HSL | 42º | 0.22% | 0.27% | - |
| HSV(B) | 42º | 0.36% | 0.33% | - |
| XYZ | 6.84 | 7.18 | 4.52 | - |
| YUV | 75.3 | 115.98 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 75 | 54 | 0 | 0.11 | 0.36 | 0.67 | 42 | 0.22 | 0.27 |
| Hex | 54 | 4B | 36 | 0 | B | 24 | 43 | 2A | 16 | 1B |
| Octal | 124 | 113 | 66 | 0 | 13 | 44 | 103 | 52 | 26 | 33 |
| Binary | 1010100 | 1001011 | 110110 | 0 | 1011 | 100100 | 1000011 | 101010 | 10110 | 11011 |
Color Harmonies of #544B36
Complementary color
Monochromatic Colors of #544B36
Black with #544B36
Text Example
Text Example
White with #544B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544B36; }
p { color: rgb(84,75,54); }
H1.HeaderClassName
{
color: #544B36;
}
.AnyTagClassName
{
color: #544B36;
}
</style>
background-color css
<style>
a { background-color: #544B36; }
a { background-color: rgb(84,75,54); }
div.DivClassName
{
background-color: #544B36;
}
.BgClassName
{
background-color: #544B36;
}
</style>
border-color css
<style>
span { border-color: #544B36; }
span { border-color: rgb(84,75,54); }
td.TdClassName
{
border-color: #544B36;
}
.TagClassName
{
border-color: #544B36;
}
</style>