Shades of Punga #544B35
Tints of Punga #544B35
RGB
CMYK
RGB Variations
Color information
#544B35 (or 0x544B35) is known color: Punga. HEX triplet: 54, 4B and 35. RGB value is (84,75,53). Sum of RGB (Red+Green+Blue) = 84+75+53=212 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.62% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 84 - color contains mainly: red. Hex color #544B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B35 is #ABB4CA. Grayscale: #4B4B4B. Windows color (decimal): -11252939 or 3492692. OLE color: 3492692.
HSL color Cylindrical-coordinate representation of color #544B35: hue angle of 42.58º 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 #544B35 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 75 | 53 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.67 |
| HSL | 42.58º | 0.23% | 0.27% | - |
| HSV(B) | 42.58º | 0.37% | 0.33% | - |
| XYZ | 6.81 | 7.17 | 4.39 | - |
| YUV | 75.18 | 115.48 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 75 | 53 | 0 | 0.11 | 0.37 | 0.67 | 42.58 | 0.23 | 0.27 |
| Hex | 54 | 4B | 35 | 0 | B | 25 | 43 | 2B | 17 | 1B |
| Octal | 124 | 113 | 65 | 0 | 13 | 45 | 103 | 53 | 27 | 33 |
| Binary | 1010100 | 1001011 | 110101 | 0 | 1011 | 100101 | 1000011 | 101011 | 10111 | 11011 |
Color Harmonies of #544B35
Complementary color
Monochromatic Colors of #544B35
Black with #544B35
Text Example
Text Example
White with #544B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544B35; }
p { color: rgb(84,75,53); }
H1.HeaderClassName
{
color: #544B35;
}
.AnyTagClassName
{
color: #544B35;
}
</style>
background-color css
<style>
a { background-color: #544B35; }
a { background-color: rgb(84,75,53); }
div.DivClassName
{
background-color: #544B35;
}
.BgClassName
{
background-color: #544B35;
}
</style>
border-color css
<style>
span { border-color: #544B35; }
span { border-color: rgb(84,75,53); }
td.TdClassName
{
border-color: #544B35;
}
.TagClassName
{
border-color: #544B35;
}
</style>