Shades of Punga #4A4336
Tints of Punga #4A4336
RGB
CMYK
RGB Variations
Color information
#4A4336 (or 0x4A4336) is known color: Punga. HEX triplet: 4A, 43 and 36. RGB value is (74,67,54). Sum of RGB (Red+Green+Blue) = 74+67+54=195 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.95% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4336 is #B5BCC9. Grayscale: #434343. Windows color (decimal): -11910346 or 3556170. OLE color: 3556170.
HSL color Cylindrical-coordinate representation of color #4A4336: hue angle of 39º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A4336 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 67 | 54 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.71 |
| HSL | 39º | 0.16% | 0.25% | - |
| HSV(B) | 39º | 0.27% | 0.29% | - |
| XYZ | 5.5 | 5.74 | 4.31 | - |
| YUV | 67.61 | 120.32 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 67 | 54 | 0 | 0.09 | 0.27 | 0.71 | 39 | 0.16 | 0.25 |
| Hex | 4A | 43 | 36 | 0 | 9 | 1B | 47 | 27 | 10 | 19 |
| Octal | 112 | 103 | 66 | 0 | 11 | 33 | 107 | 47 | 20 | 31 |
| Binary | 1001010 | 1000011 | 110110 | 0 | 1001 | 11011 | 1000111 | 100111 | 10000 | 11001 |
Color Harmonies of #4A4336
Complementary color
Monochromatic Colors of #4A4336
Black with #4A4336
Text Example
Text Example
White with #4A4336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4336; }
p { color: rgb(74,67,54); }
H1.HeaderClassName
{
color: #4A4336;
}
.AnyTagClassName
{
color: #4A4336;
}
</style>
background-color css
<style>
a { background-color: #4A4336; }
a { background-color: rgb(74,67,54); }
div.DivClassName
{
background-color: #4A4336;
}
.BgClassName
{
background-color: #4A4336;
}
</style>
border-color css
<style>
span { border-color: #4A4336; }
span { border-color: rgb(74,67,54); }
td.TdClassName
{
border-color: #4A4336;
}
.TagClassName
{
border-color: #4A4336;
}
</style>