Shades of Punga #51492E
Tints of Punga #51492E
RGB
CMYK
RGB Variations
Color information
#51492E (or 0x51492E) is known color: Punga. HEX triplet: 51, 49 and 2E. RGB value is (81,73,46). Sum of RGB (Red+Green+Blue) = 81+73+46=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 46 (18.36% from 255 or 23% from 200); Max value from RGB is 81 - color contains mainly: red. Hex color #51492E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51492E is #AEB6D1. Grayscale: #484848. Windows color (decimal): -11450066 or 3033425. OLE color: 3033425.
HSL color Cylindrical-coordinate representation of color #51492E: hue angle of 46.29º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51492E is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 73 | 46 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.68 |
| HSL | 46.29º | 0.28% | 0.25% | - |
| HSV(B) | 46.29º | 0.43% | 0.32% | - |
| XYZ | 6.27 | 6.71 | 3.55 | - |
| YUV | 72.31 | 113.15 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 73 | 46 | 0 | 0.10 | 0.43 | 0.68 | 46.29 | 0.28 | 0.25 |
| Hex | 51 | 49 | 2E | 0 | A | 2B | 44 | 2E | 1C | 19 |
| Octal | 121 | 111 | 56 | 0 | 12 | 53 | 104 | 56 | 34 | 31 |
| Binary | 1010001 | 1001001 | 101110 | 0 | 1010 | 101011 | 1000100 | 101110 | 11100 | 11001 |
Color Harmonies of #51492E
Complementary color
Monochromatic Colors of #51492E
Black with #51492E
Text Example
Text Example
White with #51492E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51492E; }
p { color: rgb(81,73,46); }
H1.HeaderClassName
{
color: #51492E;
}
.AnyTagClassName
{
color: #51492E;
}
</style>
background-color css
<style>
a { background-color: #51492E; }
a { background-color: rgb(81,73,46); }
div.DivClassName
{
background-color: #51492E;
}
.BgClassName
{
background-color: #51492E;
}
</style>
border-color css
<style>
span { border-color: #51492E; }
span { border-color: rgb(81,73,46); }
td.TdClassName
{
border-color: #51492E;
}
.TagClassName
{
border-color: #51492E;
}
</style>