Shades of Punga #5A492B
Tints of Punga #5A492B
RGB
CMYK
RGB Variations
Color information
#5A492B (or 0x5A492B) is known color: Punga. HEX triplet: 5A, 49 and 2B. RGB value is (90,73,43). Sum of RGB (Red+Green+Blue) = 90+73+43=206 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.69% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 90 - color contains mainly: red. Hex color #5A492B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A492B is #A5B6D4. Grayscale: #4A4A4A. Windows color (decimal): -10860245 or 2836826. OLE color: 2836826.
HSL color Cylindrical-coordinate representation of color #5A492B: hue angle of 38.3º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A492B is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 73 | 43 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.65 |
| HSL | 38.3º | 0.35% | 0.26% | - |
| HSV(B) | 38.3º | 0.52% | 0.35% | - |
| XYZ | 7.04 | 7.11 | 3.29 | - |
| YUV | 74.66 | 110.13 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 73 | 43 | 0 | 0.19 | 0.52 | 0.65 | 38.3 | 0.35 | 0.26 |
| Hex | 5A | 49 | 2B | 0 | 13 | 34 | 41 | 26 | 23 | 1A |
| Octal | 132 | 111 | 53 | 0 | 23 | 64 | 101 | 46 | 43 | 32 |
| Binary | 1011010 | 1001001 | 101011 | 0 | 10011 | 110100 | 1000001 | 100110 | 100011 | 11010 |
Color Harmonies of #5A492B
Complementary color
Monochromatic Colors of #5A492B
Black with #5A492B
Text Example
Text Example
White with #5A492B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A492B; }
p { color: rgb(90,73,43); }
H1.HeaderClassName
{
color: #5A492B;
}
.AnyTagClassName
{
color: #5A492B;
}
</style>
background-color css
<style>
a { background-color: #5A492B; }
a { background-color: rgb(90,73,43); }
div.DivClassName
{
background-color: #5A492B;
}
.BgClassName
{
background-color: #5A492B;
}
</style>
border-color css
<style>
span { border-color: #5A492B; }
span { border-color: rgb(90,73,43); }
td.TdClassName
{
border-color: #5A492B;
}
.TagClassName
{
border-color: #5A492B;
}
</style>