Shades of Punga #554A30
Tints of Punga #554A30
RGB
CMYK
RGB Variations
Color information
#554A30 (or 0x554A30) is known color: Punga. HEX triplet: 55, 4A and 30. RGB value is (85,74,48). Sum of RGB (Red+Green+Blue) = 85+74+48=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 85 - color contains mainly: red. Hex color #554A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A30 is #AAB5CF. Grayscale: #4A4A4A. Windows color (decimal): -11187664 or 3164757. OLE color: 3164757.
HSL color Cylindrical-coordinate representation of color #554A30: hue angle of 42.16º 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 #554A30 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 74 | 48 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.67 |
| HSL | 42.16º | 0.28% | 0.26% | - |
| HSV(B) | 42.16º | 0.44% | 0.33% | - |
| XYZ | 6.73 | 7.04 | 3.8 | - |
| YUV | 74.33 | 113.14 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 48 | 0 | 0.13 | 0.44 | 0.67 | 42.16 | 0.28 | 0.26 |
| Hex | 55 | 4A | 30 | 0 | D | 2C | 43 | 2A | 1C | 1A |
| Octal | 125 | 112 | 60 | 0 | 15 | 54 | 103 | 52 | 34 | 32 |
| Binary | 1010101 | 1001010 | 110000 | 0 | 1101 | 101100 | 1000011 | 101010 | 11100 | 11010 |
Color Harmonies of #554A30
Complementary color
Monochromatic Colors of #554A30
Black with #554A30
Text Example
Text Example
White with #554A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554A30; }
p { color: rgb(85,74,48); }
H1.HeaderClassName
{
color: #554A30;
}
.AnyTagClassName
{
color: #554A30;
}
</style>
background-color css
<style>
a { background-color: #554A30; }
a { background-color: rgb(85,74,48); }
div.DivClassName
{
background-color: #554A30;
}
.BgClassName
{
background-color: #554A30;
}
</style>
border-color css
<style>
span { border-color: #554A30; }
span { border-color: rgb(85,74,48); }
td.TdClassName
{
border-color: #554A30;
}
.TagClassName
{
border-color: #554A30;
}
</style>