Shades of Punga #554830
Tints of Punga #554830
RGB
CMYK
RGB Variations
Color information
#554830 (or 0x554830) is known color: Punga. HEX triplet: 55, 48 and 30. RGB value is (85,72,48). Sum of RGB (Red+Green+Blue) = 85+72+48=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #554830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554830 is #AAB7CF. Grayscale: #494949. Windows color (decimal): -11188176 or 3164245. OLE color: 3164245.
HSL color Cylindrical-coordinate representation of color #554830: hue angle of 38.92º 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 #554830 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 72 | 48 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.67 |
| HSL | 38.92º | 0.28% | 0.26% | - |
| HSV(B) | 38.92º | 0.44% | 0.33% | - |
| XYZ | 6.6 | 6.78 | 3.76 | - |
| YUV | 73.15 | 113.81 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 72 | 48 | 0 | 0.15 | 0.44 | 0.67 | 38.92 | 0.28 | 0.26 |
| Hex | 55 | 48 | 30 | 0 | F | 2C | 43 | 27 | 1C | 1A |
| Octal | 125 | 110 | 60 | 0 | 17 | 54 | 103 | 47 | 34 | 32 |
| Binary | 1010101 | 1001000 | 110000 | 0 | 1111 | 101100 | 1000011 | 100111 | 11100 | 11010 |
Color Harmonies of #554830
Complementary color
Monochromatic Colors of #554830
Black with #554830
Text Example
Text Example
White with #554830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554830; }
p { color: rgb(85,72,48); }
H1.HeaderClassName
{
color: #554830;
}
.AnyTagClassName
{
color: #554830;
}
</style>
background-color css
<style>
a { background-color: #554830; }
a { background-color: rgb(85,72,48); }
div.DivClassName
{
background-color: #554830;
}
.BgClassName
{
background-color: #554830;
}
</style>
border-color css
<style>
span { border-color: #554830; }
span { border-color: rgb(85,72,48); }
td.TdClassName
{
border-color: #554830;
}
.TagClassName
{
border-color: #554830;
}
</style>