Shades of Punga #514833
Tints of Punga #514833
RGB
CMYK
RGB Variations
Color information
#514833 (or 0x514833) is known color: Punga. HEX triplet: 51, 48 and 33. RGB value is (81,72,51). Sum of RGB (Red+Green+Blue) = 81+72+51=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 51 (20.31% from 255 or 25% from 204); Max value from RGB is 81 - color contains mainly: red. Hex color #514833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514833 is #AEB7CC. Grayscale: #484848. Windows color (decimal): -11450317 or 3360849. OLE color: 3360849.
HSL color Cylindrical-coordinate representation of color #514833: hue angle of 42º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #514833 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 72 | 51 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.68 |
| HSL | 42º | 0.23% | 0.26% | - |
| HSV(B) | 42º | 0.37% | 0.32% | - |
| XYZ | 6.31 | 6.62 | 4.08 | - |
| YUV | 72.3 | 115.98 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 72 | 51 | 0 | 0.11 | 0.37 | 0.68 | 42 | 0.23 | 0.26 |
| Hex | 51 | 48 | 33 | 0 | B | 25 | 44 | 2A | 17 | 1A |
| Octal | 121 | 110 | 63 | 0 | 13 | 45 | 104 | 52 | 27 | 32 |
| Binary | 1010001 | 1001000 | 110011 | 0 | 1011 | 100101 | 1000100 | 101010 | 10111 | 11010 |
Color Harmonies of #514833
Complementary color
Monochromatic Colors of #514833
Black with #514833
Text Example
Text Example
White with #514833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514833; }
p { color: rgb(81,72,51); }
H1.HeaderClassName
{
color: #514833;
}
.AnyTagClassName
{
color: #514833;
}
</style>
background-color css
<style>
a { background-color: #514833; }
a { background-color: rgb(81,72,51); }
div.DivClassName
{
background-color: #514833;
}
.BgClassName
{
background-color: #514833;
}
</style>
border-color css
<style>
span { border-color: #514833; }
span { border-color: rgb(81,72,51); }
td.TdClassName
{
border-color: #514833;
}
.TagClassName
{
border-color: #514833;
}
</style>