Shades of Punga #554C31
Tints of Punga #554C31
RGB
CMYK
RGB Variations
Color information
#554C31 (or 0x554C31) is known color: Punga. HEX triplet: 55, 4C and 31. RGB value is (85,76,49). Sum of RGB (Red+Green+Blue) = 85+76+49=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 85 - color contains mainly: red. Hex color #554C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C31 is #AAB3CE. Grayscale: #4B4B4B. Windows color (decimal): -11187151 or 3230805. OLE color: 3230805.
HSL color Cylindrical-coordinate representation of color #554C31: hue angle of 45º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #554C31 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 76 | 49 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.67 |
| HSL | 45º | 0.27% | 0.26% | - |
| HSV(B) | 45º | 0.42% | 0.33% | - |
| XYZ | 6.89 | 7.32 | 3.96 | - |
| YUV | 75.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 49 | 0 | 0.11 | 0.42 | 0.67 | 45 | 0.27 | 0.26 |
| Hex | 55 | 4C | 31 | 0 | B | 2A | 43 | 2D | 1B | 1A |
| Octal | 125 | 114 | 61 | 0 | 13 | 52 | 103 | 55 | 33 | 32 |
| Binary | 1010101 | 1001100 | 110001 | 0 | 1011 | 101010 | 1000011 | 101101 | 11011 | 11010 |
Color Harmonies of #554C31
Complementary color
Monochromatic Colors of #554C31
Black with #554C31
Text Example
Text Example
White with #554C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C31; }
p { color: rgb(85,76,49); }
H1.HeaderClassName
{
color: #554C31;
}
.AnyTagClassName
{
color: #554C31;
}
</style>
background-color css
<style>
a { background-color: #554C31; }
a { background-color: rgb(85,76,49); }
div.DivClassName
{
background-color: #554C31;
}
.BgClassName
{
background-color: #554C31;
}
</style>
border-color css
<style>
span { border-color: #554C31; }
span { border-color: rgb(85,76,49); }
td.TdClassName
{
border-color: #554C31;
}
.TagClassName
{
border-color: #554C31;
}
</style>