Shades of Punga #5B492D
Tints of Punga #5B492D
RGB
CMYK
RGB Variations
Color information
#5B492D (or 0x5B492D) is known color: Punga. HEX triplet: 5B, 49 and 2D. RGB value is (91,73,45). Sum of RGB (Red+Green+Blue) = 91+73+45=209 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.54% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 91 - color contains mainly: red. Hex color #5B492D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B492D is #A4B6D2. Grayscale: #4B4B4B. Windows color (decimal): -10794707 or 2967899. OLE color: 2967899.
HSL color Cylindrical-coordinate representation of color #5B492D: hue angle of 36.52º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B492D is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 73 | 45 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.64 |
| HSL | 36.52º | 0.34% | 0.27% | - |
| HSV(B) | 36.52º | 0.51% | 0.36% | - |
| XYZ | 7.17 | 7.18 | 3.49 | - |
| YUV | 75.19 | 110.96 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 73 | 45 | 0 | 0.20 | 0.51 | 0.64 | 36.52 | 0.34 | 0.27 |
| Hex | 5B | 49 | 2D | 0 | 14 | 33 | 40 | 25 | 22 | 1B |
| Octal | 133 | 111 | 55 | 0 | 24 | 63 | 100 | 45 | 42 | 33 |
| Binary | 1011011 | 1001001 | 101101 | 0 | 10100 | 110011 | 1000000 | 100101 | 100010 | 11011 |
Color Harmonies of #5B492D
Complementary color
Monochromatic Colors of #5B492D
Black with #5B492D
Text Example
Text Example
White with #5B492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B492D; }
p { color: rgb(91,73,45); }
H1.HeaderClassName
{
color: #5B492D;
}
.AnyTagClassName
{
color: #5B492D;
}
</style>
background-color css
<style>
a { background-color: #5B492D; }
a { background-color: rgb(91,73,45); }
div.DivClassName
{
background-color: #5B492D;
}
.BgClassName
{
background-color: #5B492D;
}
</style>
border-color css
<style>
span { border-color: #5B492D; }
span { border-color: rgb(91,73,45); }
td.TdClassName
{
border-color: #5B492D;
}
.TagClassName
{
border-color: #5B492D;
}
</style>