Shades of Punga #5B4B32
Tints of Punga #5B4B32
RGB
CMYK
RGB Variations
Color information
#5B4B32 (or 0x5B4B32) is known color: Punga. HEX triplet: 5B, 4B and 32. RGB value is (91,75,50). Sum of RGB (Red+Green+Blue) = 91+75+50=216 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.13% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4B32 is #A4B4CD. Grayscale: #4D4D4D. Windows color (decimal): -10794190 or 3296091. OLE color: 3296091.
HSL color Cylindrical-coordinate representation of color #5B4B32: hue angle of 36.59º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5B4B32 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 75 | 50 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.64 |
| HSL | 36.59º | 0.29% | 0.28% | - |
| HSV(B) | 36.59º | 0.45% | 0.36% | - |
| XYZ | 7.41 | 7.49 | 4.07 | - |
| YUV | 76.93 | 112.8 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 75 | 50 | 0 | 0.18 | 0.45 | 0.64 | 36.59 | 0.29 | 0.28 |
| Hex | 5B | 4B | 32 | 0 | 12 | 2D | 40 | 25 | 1D | 1C |
| Octal | 133 | 113 | 62 | 0 | 22 | 55 | 100 | 45 | 35 | 34 |
| Binary | 1011011 | 1001011 | 110010 | 0 | 10010 | 101101 | 1000000 | 100101 | 11101 | 11100 |
Color Harmonies of #5B4B32
Complementary color
Monochromatic Colors of #5B4B32
Black with #5B4B32
Text Example
Text Example
White with #5B4B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4B32; }
p { color: rgb(91,75,50); }
H1.HeaderClassName
{
color: #5B4B32;
}
.AnyTagClassName
{
color: #5B4B32;
}
</style>
background-color css
<style>
a { background-color: #5B4B32; }
a { background-color: rgb(91,75,50); }
div.DivClassName
{
background-color: #5B4B32;
}
.BgClassName
{
background-color: #5B4B32;
}
</style>
border-color css
<style>
span { border-color: #5B4B32; }
span { border-color: rgb(91,75,50); }
td.TdClassName
{
border-color: #5B4B32;
}
.TagClassName
{
border-color: #5B4B32;
}
</style>