Shades of Punga #554A32
Tints of Punga #554A32
RGB
CMYK
RGB Variations
Color information
#554A32 (or 0x554A32) is known color: Punga. HEX triplet: 55, 4A and 32. RGB value is (85,74,50). Sum of RGB (Red+Green+Blue) = 85+74+50=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #554A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A32 is #AAB5CD. Grayscale: #4A4A4A. Windows color (decimal): -11187662 or 3295829. OLE color: 3295829.
HSL color Cylindrical-coordinate representation of color #554A32: hue angle of 41.14º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #554A32 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 74 | 50 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.67 |
| HSL | 41.14º | 0.26% | 0.26% | - |
| HSV(B) | 41.14º | 0.41% | 0.33% | - |
| XYZ | 6.77 | 7.06 | 4.02 | - |
| YUV | 74.55 | 114.14 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 50 | 0 | 0.13 | 0.41 | 0.67 | 41.14 | 0.26 | 0.26 |
| Hex | 55 | 4A | 32 | 0 | D | 29 | 43 | 29 | 1A | 1A |
| Octal | 125 | 112 | 62 | 0 | 15 | 51 | 103 | 51 | 32 | 32 |
| Binary | 1010101 | 1001010 | 110010 | 0 | 1101 | 101001 | 1000011 | 101001 | 11010 | 11010 |
Color Harmonies of #554A32
Complementary color
Monochromatic Colors of #554A32
Black with #554A32
Text Example
Text Example
White with #554A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554A32; }
p { color: rgb(85,74,50); }
H1.HeaderClassName
{
color: #554A32;
}
.AnyTagClassName
{
color: #554A32;
}
</style>
background-color css
<style>
a { background-color: #554A32; }
a { background-color: rgb(85,74,50); }
div.DivClassName
{
background-color: #554A32;
}
.BgClassName
{
background-color: #554A32;
}
</style>
border-color css
<style>
span { border-color: #554A32; }
span { border-color: rgb(85,74,50); }
td.TdClassName
{
border-color: #554A32;
}
.TagClassName
{
border-color: #554A32;
}
</style>