Shades of Punga #544A2C
Tints of Punga #544A2C
RGB
CMYK
RGB Variations
Color information
#544A2C (or 0x544A2C) is known color: Punga. HEX triplet: 54, 4A and 2C. RGB value is (84,74,44). Sum of RGB (Red+Green+Blue) = 84+74+44=202 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.58% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 84 - color contains mainly: red. Hex color #544A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544A2C is #ABB5D3. Grayscale: #494949. Windows color (decimal): -11253204 or 2902612. OLE color: 2902612.
HSL color Cylindrical-coordinate representation of color #544A2C: hue angle of 45º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #544A2C is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 74 | 44 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.67 |
| HSL | 45º | 0.31% | 0.25% | - |
| HSV(B) | 45º | 0.48% | 0.33% | - |
| XYZ | 6.56 | 6.96 | 3.38 | - |
| YUV | 73.57 | 111.31 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 74 | 44 | 0 | 0.12 | 0.48 | 0.67 | 45 | 0.31 | 0.25 |
| Hex | 54 | 4A | 2C | 0 | C | 30 | 43 | 2D | 1F | 19 |
| Octal | 124 | 112 | 54 | 0 | 14 | 60 | 103 | 55 | 37 | 31 |
| Binary | 1010100 | 1001010 | 101100 | 0 | 1100 | 110000 | 1000011 | 101101 | 11111 | 11001 |
Color Harmonies of #544A2C
Complementary color
Monochromatic Colors of #544A2C
Black with #544A2C
Text Example
Text Example
White with #544A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544A2C; }
p { color: rgb(84,74,44); }
H1.HeaderClassName
{
color: #544A2C;
}
.AnyTagClassName
{
color: #544A2C;
}
</style>
background-color css
<style>
a { background-color: #544A2C; }
a { background-color: rgb(84,74,44); }
div.DivClassName
{
background-color: #544A2C;
}
.BgClassName
{
background-color: #544A2C;
}
</style>
border-color css
<style>
span { border-color: #544A2C; }
span { border-color: rgb(84,74,44); }
td.TdClassName
{
border-color: #544A2C;
}
.TagClassName
{
border-color: #544A2C;
}
</style>