Shades of Punga #5A492A
Tints of Punga #5A492A
RGB
CMYK
RGB Variations
Color information
#5A492A (or 0x5A492A) is known color: Punga. HEX triplet: 5A, 49 and 2A. RGB value is (90,73,42). Sum of RGB (Red+Green+Blue) = 90+73+42=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 90 - color contains mainly: red. Hex color #5A492A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A492A is #A5B6D5. Grayscale: #4A4A4A. Windows color (decimal): -10860246 or 2771290. OLE color: 2771290.
HSL color Cylindrical-coordinate representation of color #5A492A: hue angle of 38.75º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A492A is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 73 | 42 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.65 |
| HSL | 38.75º | 0.36% | 0.26% | - |
| HSV(B) | 38.75º | 0.53% | 0.35% | - |
| XYZ | 7.02 | 7.11 | 3.19 | - |
| YUV | 74.55 | 109.63 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 73 | 42 | 0 | 0.19 | 0.53 | 0.65 | 38.75 | 0.36 | 0.26 |
| Hex | 5A | 49 | 2A | 0 | 13 | 35 | 41 | 27 | 24 | 1A |
| Octal | 132 | 111 | 52 | 0 | 23 | 65 | 101 | 47 | 44 | 32 |
| Binary | 1011010 | 1001001 | 101010 | 0 | 10011 | 110101 | 1000001 | 100111 | 100100 | 11010 |
Color Harmonies of #5A492A
Complementary color
Monochromatic Colors of #5A492A
Black with #5A492A
Text Example
Text Example
White with #5A492A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A492A; }
p { color: rgb(90,73,42); }
H1.HeaderClassName
{
color: #5A492A;
}
.AnyTagClassName
{
color: #5A492A;
}
</style>
background-color css
<style>
a { background-color: #5A492A; }
a { background-color: rgb(90,73,42); }
div.DivClassName
{
background-color: #5A492A;
}
.BgClassName
{
background-color: #5A492A;
}
</style>
border-color css
<style>
span { border-color: #5A492A; }
span { border-color: rgb(90,73,42); }
td.TdClassName
{
border-color: #5A492A;
}
.TagClassName
{
border-color: #5A492A;
}
</style>