Shades of Punga #5A482A
Tints of Punga #5A482A
RGB
CMYK
RGB Variations
Color information
#5A482A (or 0x5A482A) is known color: Punga. HEX triplet: 5A, 48 and 2A. RGB value is (90,72,42). Sum of RGB (Red+Green+Blue) = 90+72+42=204 (27% of max value = 765). Red value is 90 (35.55% from 255 or 44.12% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 90 - color contains mainly: red. Hex color #5A482A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A482A is #A5B7D5. Grayscale: #4A4A4A. Windows color (decimal): -10860502 or 2771034. OLE color: 2771034.
HSL color Cylindrical-coordinate representation of color #5A482A: hue angle of 37.5º 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 #5A482A is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 72 | 42 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.65 |
| HSL | 37.5º | 0.36% | 0.26% | - |
| HSV(B) | 37.5º | 0.53% | 0.35% | - |
| XYZ | 6.95 | 6.98 | 3.17 | - |
| YUV | 73.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 72 | 42 | 0 | 0.20 | 0.53 | 0.65 | 37.5 | 0.36 | 0.26 |
| Hex | 5A | 48 | 2A | 0 | 14 | 35 | 41 | 26 | 24 | 1A |
| Octal | 132 | 110 | 52 | 0 | 24 | 65 | 101 | 46 | 44 | 32 |
| Binary | 1011010 | 1001000 | 101010 | 0 | 10100 | 110101 | 1000001 | 100110 | 100100 | 11010 |
Color Harmonies of #5A482A
Complementary color
Monochromatic Colors of #5A482A
Black with #5A482A
Text Example
Text Example
White with #5A482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A482A; }
p { color: rgb(90,72,42); }
H1.HeaderClassName
{
color: #5A482A;
}
.AnyTagClassName
{
color: #5A482A;
}
</style>
background-color css
<style>
a { background-color: #5A482A; }
a { background-color: rgb(90,72,42); }
div.DivClassName
{
background-color: #5A482A;
}
.BgClassName
{
background-color: #5A482A;
}
</style>
border-color css
<style>
span { border-color: #5A482A; }
span { border-color: rgb(90,72,42); }
td.TdClassName
{
border-color: #5A482A;
}
.TagClassName
{
border-color: #5A482A;
}
</style>