Shades of Punga #554A31
Tints of Punga #554A31
RGB
CMYK
RGB Variations
Color information
#554A31 (or 0x554A31) is known color: Punga. HEX triplet: 55, 4A and 31. RGB value is (85,74,49). Sum of RGB (Red+Green+Blue) = 85+74+49=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 85 - color contains mainly: red. Hex color #554A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A31 is #AAB5CE. Grayscale: #4A4A4A. Windows color (decimal): -11187663 or 3230293. OLE color: 3230293.
HSL color Cylindrical-coordinate representation of color #554A31: hue angle of 41.67º 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 #554A31 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 74 | 49 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.67 |
| HSL | 41.67º | 0.27% | 0.26% | - |
| HSV(B) | 41.67º | 0.42% | 0.33% | - |
| XYZ | 6.75 | 7.05 | 3.91 | - |
| YUV | 74.44 | 113.64 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 49 | 0 | 0.13 | 0.42 | 0.67 | 41.67 | 0.27 | 0.26 |
| Hex | 55 | 4A | 31 | 0 | D | 2A | 43 | 2A | 1B | 1A |
| Octal | 125 | 112 | 61 | 0 | 15 | 52 | 103 | 52 | 33 | 32 |
| Binary | 1010101 | 1001010 | 110001 | 0 | 1101 | 101010 | 1000011 | 101010 | 11011 | 11010 |
Color Harmonies of #554A31
Complementary color
Monochromatic Colors of #554A31
Black with #554A31
Text Example
Text Example
White with #554A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554A31; }
p { color: rgb(85,74,49); }
H1.HeaderClassName
{
color: #554A31;
}
.AnyTagClassName
{
color: #554A31;
}
</style>
background-color css
<style>
a { background-color: #554A31; }
a { background-color: rgb(85,74,49); }
div.DivClassName
{
background-color: #554A31;
}
.BgClassName
{
background-color: #554A31;
}
</style>
border-color css
<style>
span { border-color: #554A31; }
span { border-color: rgb(85,74,49); }
td.TdClassName
{
border-color: #554A31;
}
.TagClassName
{
border-color: #554A31;
}
</style>