Shades of Punga #574B31
Tints of Punga #574B31
RGB
CMYK
RGB Variations
Color information
#574B31 (or 0x574B31) is known color: Punga. HEX triplet: 57, 4B and 31. RGB value is (87,75,49). Sum of RGB (Red+Green+Blue) = 87+75+49=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 87 - color contains mainly: red. Hex color #574B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574B31 is #A8B4CE. Grayscale: #4B4B4B. Windows color (decimal): -11056335 or 3230551. OLE color: 3230551.
HSL color Cylindrical-coordinate representation of color #574B31: hue angle of 41.05º 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 #574B31 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 75 | 49 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.66 |
| HSL | 41.05º | 0.28% | 0.27% | - |
| HSV(B) | 41.05º | 0.44% | 0.34% | - |
| XYZ | 7 | 7.28 | 3.94 | - |
| YUV | 75.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 75 | 49 | 0 | 0.14 | 0.44 | 0.66 | 41.05 | 0.28 | 0.27 |
| Hex | 57 | 4B | 31 | 0 | E | 2C | 42 | 29 | 1C | 1B |
| Octal | 127 | 113 | 61 | 0 | 16 | 54 | 102 | 51 | 34 | 33 |
| Binary | 1010111 | 1001011 | 110001 | 0 | 1110 | 101100 | 1000010 | 101001 | 11100 | 11011 |
Color Harmonies of #574B31
Complementary color
Monochromatic Colors of #574B31
Black with #574B31
Text Example
Text Example
White with #574B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574B31; }
p { color: rgb(87,75,49); }
H1.HeaderClassName
{
color: #574B31;
}
.AnyTagClassName
{
color: #574B31;
}
</style>
background-color css
<style>
a { background-color: #574B31; }
a { background-color: rgb(87,75,49); }
div.DivClassName
{
background-color: #574B31;
}
.BgClassName
{
background-color: #574B31;
}
</style>
border-color css
<style>
span { border-color: #574B31; }
span { border-color: rgb(87,75,49); }
td.TdClassName
{
border-color: #574B31;
}
.TagClassName
{
border-color: #574B31;
}
</style>