Shades of Punga #554933
Tints of Punga #554933
RGB
CMYK
RGB Variations
Color information
#554933 (or 0x554933) is known color: Punga. HEX triplet: 55, 49 and 33. RGB value is (85,73,51). Sum of RGB (Red+Green+Blue) = 85+73+51=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 51 (20.31% from 255 or 24.40% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #554933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554933 is #AAB6CC. Grayscale: #4A4A4A. Windows color (decimal): -11187917 or 3361109. OLE color: 3361109.
HSL color Cylindrical-coordinate representation of color #554933: hue angle of 38.82º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #554933 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 73 | 51 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.67 |
| HSL | 38.82º | 0.25% | 0.27% | - |
| HSV(B) | 38.82º | 0.4% | 0.33% | - |
| XYZ | 6.73 | 6.94 | 4.12 | - |
| YUV | 74.08 | 114.98 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 51 | 0 | 0.14 | 0.40 | 0.67 | 38.82 | 0.25 | 0.27 |
| Hex | 55 | 49 | 33 | 0 | E | 28 | 43 | 27 | 19 | 1B |
| Octal | 125 | 111 | 63 | 0 | 16 | 50 | 103 | 47 | 31 | 33 |
| Binary | 1010101 | 1001001 | 110011 | 0 | 1110 | 101000 | 1000011 | 100111 | 11001 | 11011 |
Color Harmonies of #554933
Complementary color
Monochromatic Colors of #554933
Black with #554933
Text Example
Text Example
White with #554933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554933; }
p { color: rgb(85,73,51); }
H1.HeaderClassName
{
color: #554933;
}
.AnyTagClassName
{
color: #554933;
}
</style>
background-color css
<style>
a { background-color: #554933; }
a { background-color: rgb(85,73,51); }
div.DivClassName
{
background-color: #554933;
}
.BgClassName
{
background-color: #554933;
}
</style>
border-color css
<style>
span { border-color: #554933; }
span { border-color: rgb(85,73,51); }
td.TdClassName
{
border-color: #554933;
}
.TagClassName
{
border-color: #554933;
}
</style>