Shades of Punga #544C35
Tints of Punga #544C35
RGB
CMYK
RGB Variations
Color information
#544C35 (or 0x544C35) is known color: Punga. HEX triplet: 54, 4C and 35. RGB value is (84,76,53). Sum of RGB (Red+Green+Blue) = 84+76+53=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 53 (21.09% from 255 or 24.88% from 213); Max value from RGB is 84 - color contains mainly: red. Hex color #544C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544C35 is #ABB3CA. Grayscale: #4B4B4B. Windows color (decimal): -11252683 or 3492948. OLE color: 3492948.
HSL color Cylindrical-coordinate representation of color #544C35: hue angle of 44.52º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #544C35 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 76 | 53 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.67 |
| HSL | 44.52º | 0.23% | 0.27% | - |
| HSV(B) | 44.52º | 0.37% | 0.33% | - |
| XYZ | 6.88 | 7.31 | 4.42 | - |
| YUV | 75.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 76 | 53 | 0 | 0.10 | 0.37 | 0.67 | 44.52 | 0.23 | 0.27 |
| Hex | 54 | 4C | 35 | 0 | A | 25 | 43 | 2D | 17 | 1B |
| Octal | 124 | 114 | 65 | 0 | 12 | 45 | 103 | 55 | 27 | 33 |
| Binary | 1010100 | 1001100 | 110101 | 0 | 1010 | 100101 | 1000011 | 101101 | 10111 | 11011 |
Color Harmonies of #544C35
Complementary color
Monochromatic Colors of #544C35
Black with #544C35
Text Example
Text Example
White with #544C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544C35; }
p { color: rgb(84,76,53); }
H1.HeaderClassName
{
color: #544C35;
}
.AnyTagClassName
{
color: #544C35;
}
</style>
background-color css
<style>
a { background-color: #544C35; }
a { background-color: rgb(84,76,53); }
div.DivClassName
{
background-color: #544C35;
}
.BgClassName
{
background-color: #544C35;
}
</style>
border-color css
<style>
span { border-color: #544C35; }
span { border-color: rgb(84,76,53); }
td.TdClassName
{
border-color: #544C35;
}
.TagClassName
{
border-color: #544C35;
}
</style>