Shades of Punga #48443B
Tints of Punga #48443B
RGB
CMYK
RGB Variations
Color information
#48443B (or 0x48443B) is known color: Punga. HEX triplet: 48, 44 and 3B. RGB value is (72,68,59). Sum of RGB (Red+Green+Blue) = 72+68+59=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 59 (23.44% from 255 or 29.65% from 199); Max value from RGB is 72 - color contains mainly: red. Hex color #48443B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48443B is #B7BBC4. Grayscale: #444444. Windows color (decimal): -12041157 or 3884104. OLE color: 3884104.
HSL color Cylindrical-coordinate representation of color #48443B: hue angle of 41.54º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #48443B is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 68 | 59 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.72 |
| HSL | 41.54º | 0.1% | 0.26% | - |
| HSV(B) | 41.54º | 0.18% | 0.28% | - |
| XYZ | 5.53 | 5.83 | 4.97 | - |
| YUV | 68.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 68 | 59 | 0 | 0.06 | 0.18 | 0.72 | 41.54 | 0.1 | 0.26 |
| Hex | 48 | 44 | 3B | 0 | 6 | 12 | 48 | 2A | A | 1A |
| Octal | 110 | 104 | 73 | 0 | 6 | 22 | 110 | 52 | 12 | 32 |
| Binary | 1001000 | 1000100 | 111011 | 0 | 110 | 10010 | 1001000 | 101010 | 1010 | 11010 |
Color Harmonies of #48443B
Complementary color
Monochromatic Colors of #48443B
Black with #48443B
Text Example
Text Example
White with #48443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48443B; }
p { color: rgb(72,68,59); }
H1.HeaderClassName
{
color: #48443B;
}
.AnyTagClassName
{
color: #48443B;
}
</style>
background-color css
<style>
a { background-color: #48443B; }
a { background-color: rgb(72,68,59); }
div.DivClassName
{
background-color: #48443B;
}
.BgClassName
{
background-color: #48443B;
}
</style>
border-color css
<style>
span { border-color: #48443B; }
span { border-color: rgb(72,68,59); }
td.TdClassName
{
border-color: #48443B;
}
.TagClassName
{
border-color: #48443B;
}
</style>