Shades of Punga #514A32
Tints of Punga #514A32
RGB
CMYK
RGB Variations
Color information
#514A32 (or 0x514A32) is known color: Punga. HEX triplet: 51, 4A and 32. RGB value is (81,74,50). Sum of RGB (Red+Green+Blue) = 81+74+50=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 81 - color contains mainly: red. Hex color #514A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A32 is #AEB5CD. Grayscale: #494949. Windows color (decimal): -11449806 or 3295825. OLE color: 3295825.
HSL color Cylindrical-coordinate representation of color #514A32: hue angle of 46.45º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #514A32 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 74 | 50 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.68 |
| HSL | 46.45º | 0.24% | 0.26% | - |
| HSV(B) | 46.45º | 0.38% | 0.32% | - |
| XYZ | 6.42 | 6.88 | 4.01 | - |
| YUV | 73.36 | 114.82 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 50 | 0 | 0.09 | 0.38 | 0.68 | 46.45 | 0.24 | 0.26 |
| Hex | 51 | 4A | 32 | 0 | 9 | 26 | 44 | 2E | 18 | 1A |
| Octal | 121 | 112 | 62 | 0 | 11 | 46 | 104 | 56 | 30 | 32 |
| Binary | 1010001 | 1001010 | 110010 | 0 | 1001 | 100110 | 1000100 | 101110 | 11000 | 11010 |
Color Harmonies of #514A32
Complementary color
Monochromatic Colors of #514A32
Black with #514A32
Text Example
Text Example
White with #514A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514A32; }
p { color: rgb(81,74,50); }
H1.HeaderClassName
{
color: #514A32;
}
.AnyTagClassName
{
color: #514A32;
}
</style>
background-color css
<style>
a { background-color: #514A32; }
a { background-color: rgb(81,74,50); }
div.DivClassName
{
background-color: #514A32;
}
.BgClassName
{
background-color: #514A32;
}
</style>
border-color css
<style>
span { border-color: #514A32; }
span { border-color: rgb(81,74,50); }
td.TdClassName
{
border-color: #514A32;
}
.TagClassName
{
border-color: #514A32;
}
</style>