Shades of Punga #574D33
Tints of Punga #574D33
RGB
CMYK
RGB Variations
Color information
#574D33 (or 0x574D33) is known color: Punga. HEX triplet: 57, 4D and 33. RGB value is (87,77,51). Sum of RGB (Red+Green+Blue) = 87+77+51=215 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.47% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 87 - color contains mainly: red. Hex color #574D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574D33 is #A8B2CC. Grayscale: #4D4D4D. Windows color (decimal): -11055821 or 3362135. OLE color: 3362135.
HSL color Cylindrical-coordinate representation of color #574D33: hue angle of 43.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #574D33 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 77 | 51 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.66 |
| HSL | 43.33º | 0.26% | 0.27% | - |
| HSV(B) | 43.33º | 0.41% | 0.34% | - |
| XYZ | 7.18 | 7.57 | 4.22 | - |
| YUV | 77.03 | 113.31 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 77 | 51 | 0 | 0.11 | 0.41 | 0.66 | 43.33 | 0.26 | 0.27 |
| Hex | 57 | 4D | 33 | 0 | B | 29 | 42 | 2B | 1A | 1B |
| Octal | 127 | 115 | 63 | 0 | 13 | 51 | 102 | 53 | 32 | 33 |
| Binary | 1010111 | 1001101 | 110011 | 0 | 1011 | 101001 | 1000010 | 101011 | 11010 | 11011 |
Color Harmonies of #574D33
Complementary color
Monochromatic Colors of #574D33
Black with #574D33
Text Example
Text Example
White with #574D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574D33; }
p { color: rgb(87,77,51); }
H1.HeaderClassName
{
color: #574D33;
}
.AnyTagClassName
{
color: #574D33;
}
</style>
background-color css
<style>
a { background-color: #574D33; }
a { background-color: rgb(87,77,51); }
div.DivClassName
{
background-color: #574D33;
}
.BgClassName
{
background-color: #574D33;
}
</style>
border-color css
<style>
span { border-color: #574D33; }
span { border-color: rgb(87,77,51); }
td.TdClassName
{
border-color: #574D33;
}
.TagClassName
{
border-color: #574D33;
}
</style>