Shades of Punga #544933
Tints of Punga #544933
RGB
CMYK
RGB Variations
Color information
#544933 (or 0x544933) is known color: Punga. HEX triplet: 54, 49 and 33. RGB value is (84,73,51). Sum of RGB (Red+Green+Blue) = 84+73+51=208 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.38% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 51 (20.31% from 255 or 24.52% from 208); Max value from RGB is 84 - color contains mainly: red. Hex color #544933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544933 is #ABB6CC. Grayscale: #494949. Windows color (decimal): -11253453 or 3361108. OLE color: 3361108.
HSL color Cylindrical-coordinate representation of color #544933: hue angle of 40º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #544933 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 73 | 51 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.67 |
| HSL | 40º | 0.24% | 0.26% | - |
| HSV(B) | 40º | 0.39% | 0.33% | - |
| XYZ | 6.64 | 6.89 | 4.11 | - |
| YUV | 73.78 | 115.14 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 73 | 51 | 0 | 0.13 | 0.39 | 0.67 | 40 | 0.24 | 0.26 |
| Hex | 54 | 49 | 33 | 0 | D | 27 | 43 | 28 | 18 | 1A |
| Octal | 124 | 111 | 63 | 0 | 15 | 47 | 103 | 50 | 30 | 32 |
| Binary | 1010100 | 1001001 | 110011 | 0 | 1101 | 100111 | 1000011 | 101000 | 11000 | 11010 |
Color Harmonies of #544933
Complementary color
Monochromatic Colors of #544933
Black with #544933
Text Example
Text Example
White with #544933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544933; }
p { color: rgb(84,73,51); }
H1.HeaderClassName
{
color: #544933;
}
.AnyTagClassName
{
color: #544933;
}
</style>
background-color css
<style>
a { background-color: #544933; }
a { background-color: rgb(84,73,51); }
div.DivClassName
{
background-color: #544933;
}
.BgClassName
{
background-color: #544933;
}
</style>
border-color css
<style>
span { border-color: #544933; }
span { border-color: rgb(84,73,51); }
td.TdClassName
{
border-color: #544933;
}
.TagClassName
{
border-color: #544933;
}
</style>