Shades of Punga #554B2E
Tints of Punga #554B2E
RGB
CMYK
RGB Variations
Color information
#554B2E (or 0x554B2E) is known color: Punga. HEX triplet: 55, 4B and 2E. RGB value is (85,75,46). Sum of RGB (Red+Green+Blue) = 85+75+46=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #554B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554B2E is #AAB4D1. Grayscale: #4A4A4A. Windows color (decimal): -11187410 or 3033941. OLE color: 3033941.
HSL color Cylindrical-coordinate representation of color #554B2E: hue angle of 44.62º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #554B2E is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 75 | 46 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.67 |
| HSL | 44.62º | 0.3% | 0.26% | - |
| HSV(B) | 44.62º | 0.46% | 0.33% | - |
| XYZ | 6.76 | 7.16 | 3.61 | - |
| YUV | 74.68 | 111.81 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 75 | 46 | 0 | 0.12 | 0.46 | 0.67 | 44.62 | 0.3 | 0.26 |
| Hex | 55 | 4B | 2E | 0 | C | 2E | 43 | 2D | 1E | 1A |
| Octal | 125 | 113 | 56 | 0 | 14 | 56 | 103 | 55 | 36 | 32 |
| Binary | 1010101 | 1001011 | 101110 | 0 | 1100 | 101110 | 1000011 | 101101 | 11110 | 11010 |
Color Harmonies of #554B2E
Complementary color
Monochromatic Colors of #554B2E
Black with #554B2E
Text Example
Text Example
White with #554B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554B2E; }
p { color: rgb(85,75,46); }
H1.HeaderClassName
{
color: #554B2E;
}
.AnyTagClassName
{
color: #554B2E;
}
</style>
background-color css
<style>
a { background-color: #554B2E; }
a { background-color: rgb(85,75,46); }
div.DivClassName
{
background-color: #554B2E;
}
.BgClassName
{
background-color: #554B2E;
}
</style>
border-color css
<style>
span { border-color: #554B2E; }
span { border-color: rgb(85,75,46); }
td.TdClassName
{
border-color: #554B2E;
}
.TagClassName
{
border-color: #554B2E;
}
</style>