Shades of Punga #544B30
Tints of Punga #544B30
RGB
CMYK
RGB Variations
Color information
#544B30 (or 0x544B30) is known color: Punga. HEX triplet: 54, 4B and 30. RGB value is (84,75,48). Sum of RGB (Red+Green+Blue) = 84+75+48=207 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.58% from 207); Green value is 75 (29.69% from 255 or 36.23% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 84 - color contains mainly: red. Hex color #544B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B30 is #ABB4CF. Grayscale: #4A4A4A. Windows color (decimal): -11252944 or 3165012. OLE color: 3165012.
HSL color Cylindrical-coordinate representation of color #544B30: hue angle of 45º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #544B30 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 75 | 48 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.67 |
| HSL | 45º | 0.27% | 0.26% | - |
| HSV(B) | 45º | 0.43% | 0.33% | - |
| XYZ | 6.71 | 7.13 | 3.82 | - |
| YUV | 74.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 75 | 48 | 0 | 0.11 | 0.43 | 0.67 | 45 | 0.27 | 0.26 |
| Hex | 54 | 4B | 30 | 0 | B | 2B | 43 | 2D | 1B | 1A |
| Octal | 124 | 113 | 60 | 0 | 13 | 53 | 103 | 55 | 33 | 32 |
| Binary | 1010100 | 1001011 | 110000 | 0 | 1011 | 101011 | 1000011 | 101101 | 11011 | 11010 |
Color Harmonies of #544B30
Complementary color
Monochromatic Colors of #544B30
Black with #544B30
Text Example
Text Example
White with #544B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544B30; }
p { color: rgb(84,75,48); }
H1.HeaderClassName
{
color: #544B30;
}
.AnyTagClassName
{
color: #544B30;
}
</style>
background-color css
<style>
a { background-color: #544B30; }
a { background-color: rgb(84,75,48); }
div.DivClassName
{
background-color: #544B30;
}
.BgClassName
{
background-color: #544B30;
}
</style>
border-color css
<style>
span { border-color: #544B30; }
span { border-color: rgb(84,75,48); }
td.TdClassName
{
border-color: #544B30;
}
.TagClassName
{
border-color: #544B30;
}
</style>