Shades of Punga #554833
Tints of Punga #554833
RGB
CMYK
RGB Variations
Color information
#554833 (or 0x554833) is known color: Punga. HEX triplet: 55, 48 and 33. RGB value is (85,72,51). Sum of RGB (Red+Green+Blue) = 85+72+51=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 51 (20.31% from 255 or 24.52% from 208); Max value from RGB is 85 - color contains mainly: red. Hex color #554833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554833 is #AAB7CC. Grayscale: #494949. Windows color (decimal): -11188173 or 3360853. OLE color: 3360853.
HSL color Cylindrical-coordinate representation of color #554833: hue angle of 37.06º 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 #554833 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 72 | 51 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.67 |
| HSL | 37.06º | 0.25% | 0.27% | - |
| HSV(B) | 37.06º | 0.4% | 0.33% | - |
| XYZ | 6.66 | 6.81 | 4.09 | - |
| YUV | 73.49 | 115.31 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 72 | 51 | 0 | 0.15 | 0.40 | 0.67 | 37.06 | 0.25 | 0.27 |
| Hex | 55 | 48 | 33 | 0 | F | 28 | 43 | 25 | 19 | 1B |
| Octal | 125 | 110 | 63 | 0 | 17 | 50 | 103 | 45 | 31 | 33 |
| Binary | 1010101 | 1001000 | 110011 | 0 | 1111 | 101000 | 1000011 | 100101 | 11001 | 11011 |
Color Harmonies of #554833
Complementary color
Monochromatic Colors of #554833
Black with #554833
Text Example
Text Example
White with #554833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554833; }
p { color: rgb(85,72,51); }
H1.HeaderClassName
{
color: #554833;
}
.AnyTagClassName
{
color: #554833;
}
</style>
background-color css
<style>
a { background-color: #554833; }
a { background-color: rgb(85,72,51); }
div.DivClassName
{
background-color: #554833;
}
.BgClassName
{
background-color: #554833;
}
</style>
border-color css
<style>
span { border-color: #554833; }
span { border-color: rgb(85,72,51); }
td.TdClassName
{
border-color: #554833;
}
.TagClassName
{
border-color: #554833;
}
</style>