Shades of Punga #5A4B33
Tints of Punga #5A4B33
RGB
CMYK
RGB Variations
Color information
#5A4B33 (or 0x5A4B33) is known color: Punga. HEX triplet: 5A, 4B and 33. RGB value is (90,75,51). Sum of RGB (Red+Green+Blue) = 90+75+51=216 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.67% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4B33 is #A5B4CC. Grayscale: #4C4C4C. Windows color (decimal): -10859725 or 3361626. OLE color: 3361626.
HSL color Cylindrical-coordinate representation of color #5A4B33: hue angle of 36.92º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A4B33 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 75 | 51 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.65 |
| HSL | 36.92º | 0.28% | 0.28% | - |
| HSV(B) | 36.92º | 0.43% | 0.35% | - |
| XYZ | 7.33 | 7.44 | 4.18 | - |
| YUV | 76.75 | 113.47 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 75 | 51 | 0 | 0.17 | 0.43 | 0.65 | 36.92 | 0.28 | 0.28 |
| Hex | 5A | 4B | 33 | 0 | 11 | 2B | 41 | 25 | 1C | 1C |
| Octal | 132 | 113 | 63 | 0 | 21 | 53 | 101 | 45 | 34 | 34 |
| Binary | 1011010 | 1001011 | 110011 | 0 | 10001 | 101011 | 1000001 | 100101 | 11100 | 11100 |
Color Harmonies of #5A4B33
Complementary color
Monochromatic Colors of #5A4B33
Black with #5A4B33
Text Example
Text Example
White with #5A4B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4B33; }
p { color: rgb(90,75,51); }
H1.HeaderClassName
{
color: #5A4B33;
}
.AnyTagClassName
{
color: #5A4B33;
}
</style>
background-color css
<style>
a { background-color: #5A4B33; }
a { background-color: rgb(90,75,51); }
div.DivClassName
{
background-color: #5A4B33;
}
.BgClassName
{
background-color: #5A4B33;
}
</style>
border-color css
<style>
span { border-color: #5A4B33; }
span { border-color: rgb(90,75,51); }
td.TdClassName
{
border-color: #5A4B33;
}
.TagClassName
{
border-color: #5A4B33;
}
</style>