Shades of Punga #554930
Tints of Punga #554930
RGB
CMYK
RGB Variations
Color information
#554930 (or 0x554930) is known color: Punga. HEX triplet: 55, 49 and 30. RGB value is (85,73,48). Sum of RGB (Red+Green+Blue) = 85+73+48=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #554930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554930 is #AAB6CF. Grayscale: #494949. Windows color (decimal): -11187920 or 3164501. OLE color: 3164501.
HSL color Cylindrical-coordinate representation of color #554930: hue angle of 40.54º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #554930 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 73 | 48 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.67 |
| HSL | 40.54º | 0.28% | 0.26% | - |
| HSV(B) | 40.54º | 0.44% | 0.33% | - |
| XYZ | 6.66 | 6.91 | 3.78 | - |
| YUV | 73.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 48 | 0 | 0.14 | 0.44 | 0.67 | 40.54 | 0.28 | 0.26 |
| Hex | 55 | 49 | 30 | 0 | E | 2C | 43 | 29 | 1C | 1A |
| Octal | 125 | 111 | 60 | 0 | 16 | 54 | 103 | 51 | 34 | 32 |
| Binary | 1010101 | 1001001 | 110000 | 0 | 1110 | 101100 | 1000011 | 101001 | 11100 | 11010 |
Color Harmonies of #554930
Complementary color
Monochromatic Colors of #554930
Black with #554930
Text Example
Text Example
White with #554930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554930; }
p { color: rgb(85,73,48); }
H1.HeaderClassName
{
color: #554930;
}
.AnyTagClassName
{
color: #554930;
}
</style>
background-color css
<style>
a { background-color: #554930; }
a { background-color: rgb(85,73,48); }
div.DivClassName
{
background-color: #554930;
}
.BgClassName
{
background-color: #554930;
}
</style>
border-color css
<style>
span { border-color: #554930; }
span { border-color: rgb(85,73,48); }
td.TdClassName
{
border-color: #554930;
}
.TagClassName
{
border-color: #554930;
}
</style>