Shades of Punga #49453C
Tints of Punga #49453C
RGB
CMYK
RGB Variations
Color information
#49453C (or 0x49453C) is known color: Punga. HEX triplet: 49, 45 and 3C. RGB value is (73,69,60). Sum of RGB (Red+Green+Blue) = 73+69+60=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 73 - color contains mainly: red. Hex color #49453C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49453C is #B6BAC3. Grayscale: #454545. Windows color (decimal): -11975364 or 3949897. OLE color: 3949897.
HSL color Cylindrical-coordinate representation of color #49453C: hue angle of 41.54º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #49453C is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 69 | 60 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.71 |
| HSL | 41.54º | 0.1% | 0.26% | - |
| HSV(B) | 41.54º | 0.18% | 0.29% | - |
| XYZ | 5.69 | 6 | 5.13 | - |
| YUV | 69.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 69 | 60 | 0 | 0.05 | 0.18 | 0.71 | 41.54 | 0.1 | 0.26 |
| Hex | 49 | 45 | 3C | 0 | 5 | 12 | 47 | 2A | A | 1A |
| Octal | 111 | 105 | 74 | 0 | 5 | 22 | 107 | 52 | 12 | 32 |
| Binary | 1001001 | 1000101 | 111100 | 0 | 101 | 10010 | 1000111 | 101010 | 1010 | 11010 |
Color Harmonies of #49453C
Complementary color
Monochromatic Colors of #49453C
Black with #49453C
Text Example
Text Example
White with #49453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49453C; }
p { color: rgb(73,69,60); }
H1.HeaderClassName
{
color: #49453C;
}
.AnyTagClassName
{
color: #49453C;
}
</style>
background-color css
<style>
a { background-color: #49453C; }
a { background-color: rgb(73,69,60); }
div.DivClassName
{
background-color: #49453C;
}
.BgClassName
{
background-color: #49453C;
}
</style>
border-color css
<style>
span { border-color: #49453C; }
span { border-color: rgb(73,69,60); }
td.TdClassName
{
border-color: #49453C;
}
.TagClassName
{
border-color: #49453C;
}
</style>