Shades of Punga #4A4334
Tints of Punga #4A4334
RGB
CMYK
RGB Variations
Color information
#4A4334 (or 0x4A4334) is known color: Punga. HEX triplet: 4A, 43 and 34. RGB value is (74,67,52). Sum of RGB (Red+Green+Blue) = 74+67+52=193 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.34% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4334 is #B5BCCB. Grayscale: #434343. Windows color (decimal): -11910348 or 3425098. OLE color: 3425098.
HSL color Cylindrical-coordinate representation of color #4A4334: hue angle of 40.91º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A4334 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 67 | 52 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.71 |
| HSL | 40.91º | 0.17% | 0.25% | - |
| HSV(B) | 40.91º | 0.3% | 0.29% | - |
| XYZ | 5.45 | 5.72 | 4.07 | - |
| YUV | 67.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 67 | 52 | 0 | 0.09 | 0.30 | 0.71 | 40.91 | 0.17 | 0.25 |
| Hex | 4A | 43 | 34 | 0 | 9 | 1E | 47 | 29 | 11 | 19 |
| Octal | 112 | 103 | 64 | 0 | 11 | 36 | 107 | 51 | 21 | 31 |
| Binary | 1001010 | 1000011 | 110100 | 0 | 1001 | 11110 | 1000111 | 101001 | 10001 | 11001 |
Color Harmonies of #4A4334
Complementary color
Monochromatic Colors of #4A4334
Black with #4A4334
Text Example
Text Example
White with #4A4334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4334; }
p { color: rgb(74,67,52); }
H1.HeaderClassName
{
color: #4A4334;
}
.AnyTagClassName
{
color: #4A4334;
}
</style>
background-color css
<style>
a { background-color: #4A4334; }
a { background-color: rgb(74,67,52); }
div.DivClassName
{
background-color: #4A4334;
}
.BgClassName
{
background-color: #4A4334;
}
</style>
border-color css
<style>
span { border-color: #4A4334; }
span { border-color: rgb(74,67,52); }
td.TdClassName
{
border-color: #4A4334;
}
.TagClassName
{
border-color: #4A4334;
}
</style>