Shades of Punga #48453D
Tints of Punga #48453D
RGB
CMYK
RGB Variations
Color information
#48453D (or 0x48453D) is known color: Punga. HEX triplet: 48, 45 and 3D. RGB value is (72,69,61). Sum of RGB (Red+Green+Blue) = 72+69+61=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 72 - color contains mainly: red. Hex color #48453D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48453D is #B7BAC2. Grayscale: #454545. Windows color (decimal): -12040899 or 4015432. OLE color: 4015432.
HSL color Cylindrical-coordinate representation of color #48453D: hue angle of 43.64º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #48453D is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 69 | 61 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.72 |
| HSL | 43.64º | 0.08% | 0.26% | - |
| HSV(B) | 43.64º | 0.15% | 0.28% | - |
| XYZ | 5.64 | 5.97 | 5.27 | - |
| YUV | 68.99 | 123.49 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 69 | 61 | 0 | 0.04 | 0.15 | 0.72 | 43.64 | 0.08 | 0.26 |
| Hex | 48 | 45 | 3D | 0 | 4 | F | 48 | 2C | 8 | 1A |
| Octal | 110 | 105 | 75 | 0 | 4 | 17 | 110 | 54 | 10 | 32 |
| Binary | 1001000 | 1000101 | 111101 | 0 | 100 | 1111 | 1001000 | 101100 | 1000 | 11010 |
Color Harmonies of #48453D
Complementary color
Monochromatic Colors of #48453D
Black with #48453D
Text Example
Text Example
White with #48453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48453D; }
p { color: rgb(72,69,61); }
H1.HeaderClassName
{
color: #48453D;
}
.AnyTagClassName
{
color: #48453D;
}
</style>
background-color css
<style>
a { background-color: #48453D; }
a { background-color: rgb(72,69,61); }
div.DivClassName
{
background-color: #48453D;
}
.BgClassName
{
background-color: #48453D;
}
</style>
border-color css
<style>
span { border-color: #48453D; }
span { border-color: rgb(72,69,61); }
td.TdClassName
{
border-color: #48453D;
}
.TagClassName
{
border-color: #48453D;
}
</style>