Shades of Punga #4A4539
Tints of Punga #4A4539
RGB
CMYK
RGB Variations
Color information
#4A4539 (or 0x4A4539) is known color: Punga. HEX triplet: 4A, 45 and 39. RGB value is (74,69,57). Sum of RGB (Red+Green+Blue) = 74+69+57=200 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 57 (22.66% from 255 or 28.5% from 200); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4539 is #B5BAC6. Grayscale: #454545. Windows color (decimal): -11909831 or 3753290. OLE color: 3753290.
HSL color Cylindrical-coordinate representation of color #4A4539: hue angle of 42.35º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4A4539 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 69 | 57 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.71 |
| HSL | 42.35º | 0.13% | 0.26% | - |
| HSV(B) | 42.35º | 0.23% | 0.29% | - |
| XYZ | 5.69 | 6.01 | 4.73 | - |
| YUV | 69.13 | 121.16 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 69 | 57 | 0 | 0.07 | 0.23 | 0.71 | 42.35 | 0.13 | 0.26 |
| Hex | 4A | 45 | 39 | 0 | 7 | 17 | 47 | 2A | D | 1A |
| Octal | 112 | 105 | 71 | 0 | 7 | 27 | 107 | 52 | 15 | 32 |
| Binary | 1001010 | 1000101 | 111001 | 0 | 111 | 10111 | 1000111 | 101010 | 1101 | 11010 |
Color Harmonies of #4A4539
Complementary color
Monochromatic Colors of #4A4539
Black with #4A4539
Text Example
Text Example
White with #4A4539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4539; }
p { color: rgb(74,69,57); }
H1.HeaderClassName
{
color: #4A4539;
}
.AnyTagClassName
{
color: #4A4539;
}
</style>
background-color css
<style>
a { background-color: #4A4539; }
a { background-color: rgb(74,69,57); }
div.DivClassName
{
background-color: #4A4539;
}
.BgClassName
{
background-color: #4A4539;
}
</style>
border-color css
<style>
span { border-color: #4A4539; }
span { border-color: rgb(74,69,57); }
td.TdClassName
{
border-color: #4A4539;
}
.TagClassName
{
border-color: #4A4539;
}
</style>