Shades of Punga #51482C
Tints of Punga #51482C
RGB
CMYK
RGB Variations
Color information
#51482C (or 0x51482C) is known color: Punga. HEX triplet: 51, 48 and 2C. RGB value is (81,72,44). Sum of RGB (Red+Green+Blue) = 81+72+44=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 81 - color contains mainly: red. Hex color #51482C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51482C is #AEB7D3. Grayscale: #474747. Windows color (decimal): -11450324 or 2902097. OLE color: 2902097.
HSL color Cylindrical-coordinate representation of color #51482C: hue angle of 45.41º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #51482C is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 72 | 44 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.68 |
| HSL | 45.41º | 0.3% | 0.25% | - |
| HSV(B) | 45.41º | 0.46% | 0.32% | - |
| XYZ | 6.17 | 6.57 | 3.33 | - |
| YUV | 71.5 | 112.48 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 72 | 44 | 0 | 0.11 | 0.46 | 0.68 | 45.41 | 0.3 | 0.25 |
| Hex | 51 | 48 | 2C | 0 | B | 2E | 44 | 2D | 1E | 19 |
| Octal | 121 | 110 | 54 | 0 | 13 | 56 | 104 | 55 | 36 | 31 |
| Binary | 1010001 | 1001000 | 101100 | 0 | 1011 | 101110 | 1000100 | 101101 | 11110 | 11001 |
Color Harmonies of #51482C
Complementary color
Monochromatic Colors of #51482C
Black with #51482C
Text Example
Text Example
White with #51482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51482C; }
p { color: rgb(81,72,44); }
H1.HeaderClassName
{
color: #51482C;
}
.AnyTagClassName
{
color: #51482C;
}
</style>
background-color css
<style>
a { background-color: #51482C; }
a { background-color: rgb(81,72,44); }
div.DivClassName
{
background-color: #51482C;
}
.BgClassName
{
background-color: #51482C;
}
</style>
border-color css
<style>
span { border-color: #51482C; }
span { border-color: rgb(81,72,44); }
td.TdClassName
{
border-color: #51482C;
}
.TagClassName
{
border-color: #51482C;
}
</style>