Shades of Punga #51442A
Tints of Punga #51442A
RGB
CMYK
RGB Variations
Color information
#51442A (or 0x51442A) is known color: Punga. HEX triplet: 51, 44 and 2A. RGB value is (81,68,42). Sum of RGB (Red+Green+Blue) = 81+68+42=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 81 - color contains mainly: red. Hex color #51442A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51442A is #AEBBD5. Grayscale: #454545. Windows color (decimal): -11451350 or 2770001. OLE color: 2770001.
HSL color Cylindrical-coordinate representation of color #51442A: hue angle of 40º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51442A is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 68 | 42 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.68 |
| HSL | 40º | 0.32% | 0.24% | - |
| HSV(B) | 40º | 0.48% | 0.32% | - |
| XYZ | 5.88 | 6.05 | 3.05 | - |
| YUV | 68.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 68 | 42 | 0 | 0.16 | 0.48 | 0.68 | 40 | 0.32 | 0.24 |
| Hex | 51 | 44 | 2A | 0 | 10 | 30 | 44 | 28 | 20 | 18 |
| Octal | 121 | 104 | 52 | 0 | 20 | 60 | 104 | 50 | 40 | 30 |
| Binary | 1010001 | 1000100 | 101010 | 0 | 10000 | 110000 | 1000100 | 101000 | 100000 | 11000 |
Color Harmonies of #51442A
Complementary color
Monochromatic Colors of #51442A
Black with #51442A
Text Example
Text Example
White with #51442A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51442A; }
p { color: rgb(81,68,42); }
H1.HeaderClassName
{
color: #51442A;
}
.AnyTagClassName
{
color: #51442A;
}
</style>
background-color css
<style>
a { background-color: #51442A; }
a { background-color: rgb(81,68,42); }
div.DivClassName
{
background-color: #51442A;
}
.BgClassName
{
background-color: #51442A;
}
</style>
border-color css
<style>
span { border-color: #51442A; }
span { border-color: rgb(81,68,42); }
td.TdClassName
{
border-color: #51442A;
}
.TagClassName
{
border-color: #51442A;
}
</style>