Shades of Punga #574A31
Tints of Punga #574A31
RGB
CMYK
RGB Variations
Color information
#574A31 (or 0x574A31) is known color: Punga. HEX triplet: 57, 4A and 31. RGB value is (87,74,49). Sum of RGB (Red+Green+Blue) = 87+74+49=210 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.43% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 87 - color contains mainly: red. Hex color #574A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574A31 is #A8B5CE. Grayscale: #4B4B4B. Windows color (decimal): -11056591 or 3230295. OLE color: 3230295.
HSL color Cylindrical-coordinate representation of color #574A31: hue angle of 39.47º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #574A31 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 74 | 49 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.66 |
| HSL | 39.47º | 0.28% | 0.27% | - |
| HSV(B) | 39.47º | 0.44% | 0.34% | - |
| XYZ | 6.93 | 7.15 | 3.92 | - |
| YUV | 75.04 | 113.31 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 74 | 49 | 0 | 0.15 | 0.44 | 0.66 | 39.47 | 0.28 | 0.27 |
| Hex | 57 | 4A | 31 | 0 | F | 2C | 42 | 27 | 1C | 1B |
| Octal | 127 | 112 | 61 | 0 | 17 | 54 | 102 | 47 | 34 | 33 |
| Binary | 1010111 | 1001010 | 110001 | 0 | 1111 | 101100 | 1000010 | 100111 | 11100 | 11011 |
Color Harmonies of #574A31
Complementary color
Monochromatic Colors of #574A31
Black with #574A31
Text Example
Text Example
White with #574A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574A31; }
p { color: rgb(87,74,49); }
H1.HeaderClassName
{
color: #574A31;
}
.AnyTagClassName
{
color: #574A31;
}
</style>
background-color css
<style>
a { background-color: #574A31; }
a { background-color: rgb(87,74,49); }
div.DivClassName
{
background-color: #574A31;
}
.BgClassName
{
background-color: #574A31;
}
</style>
border-color css
<style>
span { border-color: #574A31; }
span { border-color: rgb(87,74,49); }
td.TdClassName
{
border-color: #574A31;
}
.TagClassName
{
border-color: #574A31;
}
</style>