Shades of Punga #514A33
Tints of Punga #514A33
RGB
CMYK
RGB Variations
Color information
#514A33 (or 0x514A33) is known color: Punga. HEX triplet: 51, 4A and 33. RGB value is (81,74,51). Sum of RGB (Red+Green+Blue) = 81+74+51=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 74 (29.30% from 255 or 35.92% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 81 - color contains mainly: red. Hex color #514A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A33 is #AEB5CC. Grayscale: #494949. Windows color (decimal): -11449805 or 3361361. OLE color: 3361361.
HSL color Cylindrical-coordinate representation of color #514A33: hue angle of 46º 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 #514A33 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 74 | 51 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.68 |
| HSL | 46º | 0.23% | 0.26% | - |
| HSV(B) | 46º | 0.37% | 0.32% | - |
| XYZ | 6.44 | 6.89 | 4.12 | - |
| YUV | 73.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 51 | 0 | 0.09 | 0.37 | 0.68 | 46 | 0.23 | 0.26 |
| Hex | 51 | 4A | 33 | 0 | 9 | 25 | 44 | 2E | 17 | 1A |
| Octal | 121 | 112 | 63 | 0 | 11 | 45 | 104 | 56 | 27 | 32 |
| Binary | 1010001 | 1001010 | 110011 | 0 | 1001 | 100101 | 1000100 | 101110 | 10111 | 11010 |
Color Harmonies of #514A33
Complementary color
Monochromatic Colors of #514A33
Black with #514A33
Text Example
Text Example
White with #514A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514A33; }
p { color: rgb(81,74,51); }
H1.HeaderClassName
{
color: #514A33;
}
.AnyTagClassName
{
color: #514A33;
}
</style>
background-color css
<style>
a { background-color: #514A33; }
a { background-color: rgb(81,74,51); }
div.DivClassName
{
background-color: #514A33;
}
.BgClassName
{
background-color: #514A33;
}
</style>
border-color css
<style>
span { border-color: #514A33; }
span { border-color: rgb(81,74,51); }
td.TdClassName
{
border-color: #514A33;
}
.TagClassName
{
border-color: #514A33;
}
</style>