Shades of Punga #514A3B
Tints of Punga #514A3B
RGB
CMYK
RGB Variations
Color information
#514A3B (or 0x514A3B) is known color: Punga. HEX triplet: 51, 4A and 3B. RGB value is (81,74,59). Sum of RGB (Red+Green+Blue) = 81+74+59=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 59 (23.44% from 255 or 27.57% from 214); Max value from RGB is 81 - color contains mainly: red. Hex color #514A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A3B is #AEB5C4. Grayscale: #4A4A4A. Windows color (decimal): -11449797 or 3885649. OLE color: 3885649.
HSL color Cylindrical-coordinate representation of color #514A3B: hue angle of 40.91º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #514A3B is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 74 | 59 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.68 |
| HSL | 40.91º | 0.16% | 0.27% | - |
| HSV(B) | 40.91º | 0.27% | 0.32% | - |
| XYZ | 6.63 | 6.96 | 5.13 | - |
| YUV | 74.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 59 | 0 | 0.09 | 0.27 | 0.68 | 40.91 | 0.16 | 0.27 |
| Hex | 51 | 4A | 3B | 0 | 9 | 1B | 44 | 29 | 10 | 1B |
| Octal | 121 | 112 | 73 | 0 | 11 | 33 | 104 | 51 | 20 | 33 |
| Binary | 1010001 | 1001010 | 111011 | 0 | 1001 | 11011 | 1000100 | 101001 | 10000 | 11011 |
Color Harmonies of #514A3B
Complementary color
Monochromatic Colors of #514A3B
Black with #514A3B
Text Example
Text Example
White with #514A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514A3B; }
p { color: rgb(81,74,59); }
H1.HeaderClassName
{
color: #514A3B;
}
.AnyTagClassName
{
color: #514A3B;
}
</style>
background-color css
<style>
a { background-color: #514A3B; }
a { background-color: rgb(81,74,59); }
div.DivClassName
{
background-color: #514A3B;
}
.BgClassName
{
background-color: #514A3B;
}
</style>
border-color css
<style>
span { border-color: #514A3B; }
span { border-color: rgb(81,74,59); }
td.TdClassName
{
border-color: #514A3B;
}
.TagClassName
{
border-color: #514A3B;
}
</style>