Shades of Punga #554A33
Tints of Punga #554A33
RGB
CMYK
RGB Variations
Color information
#554A33 (or 0x554A33) is known color: Punga. HEX triplet: 55, 4A and 33. RGB value is (85,74,51). Sum of RGB (Red+Green+Blue) = 85+74+51=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 85 - color contains mainly: red. Hex color #554A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A33 is #AAB5CC. Grayscale: #4A4A4A. Windows color (decimal): -11187661 or 3361365. OLE color: 3361365.
HSL color Cylindrical-coordinate representation of color #554A33: hue angle of 40.59º 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 #554A33 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 74 | 51 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.67 |
| HSL | 40.59º | 0.25% | 0.27% | - |
| HSV(B) | 40.59º | 0.4% | 0.33% | - |
| XYZ | 6.79 | 7.07 | 4.14 | - |
| YUV | 74.67 | 114.64 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 51 | 0 | 0.13 | 0.40 | 0.67 | 40.59 | 0.25 | 0.27 |
| Hex | 55 | 4A | 33 | 0 | D | 28 | 43 | 29 | 19 | 1B |
| Octal | 125 | 112 | 63 | 0 | 15 | 50 | 103 | 51 | 31 | 33 |
| Binary | 1010101 | 1001010 | 110011 | 0 | 1101 | 101000 | 1000011 | 101001 | 11001 | 11011 |
Color Harmonies of #554A33
Complementary color
Monochromatic Colors of #554A33
Black with #554A33
Text Example
Text Example
White with #554A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554A33; }
p { color: rgb(85,74,51); }
H1.HeaderClassName
{
color: #554A33;
}
.AnyTagClassName
{
color: #554A33;
}
</style>
background-color css
<style>
a { background-color: #554A33; }
a { background-color: rgb(85,74,51); }
div.DivClassName
{
background-color: #554A33;
}
.BgClassName
{
background-color: #554A33;
}
</style>
border-color css
<style>
span { border-color: #554A33; }
span { border-color: rgb(85,74,51); }
td.TdClassName
{
border-color: #554A33;
}
.TagClassName
{
border-color: #554A33;
}
</style>