Shades of Punga #5B4A2D
Tints of Punga #5B4A2D
RGB
CMYK
RGB Variations
Color information
#5B4A2D (or 0x5B4A2D) is known color: Punga. HEX triplet: 5B, 4A and 2D. RGB value is (91,74,45). Sum of RGB (Red+Green+Blue) = 91+74+45=210 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.33% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4A2D is #A4B5D2. Grayscale: #4B4B4B. Windows color (decimal): -10794451 or 2968155. OLE color: 2968155.
HSL color Cylindrical-coordinate representation of color #5B4A2D: hue angle of 37.83º 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 #5B4A2D is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 74 | 45 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.64 |
| HSL | 37.83º | 0.34% | 0.27% | - |
| HSV(B) | 37.83º | 0.51% | 0.36% | - |
| XYZ | 7.24 | 7.31 | 3.51 | - |
| YUV | 75.78 | 110.63 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 74 | 45 | 0 | 0.19 | 0.51 | 0.64 | 37.83 | 0.34 | 0.27 |
| Hex | 5B | 4A | 2D | 0 | 13 | 33 | 40 | 26 | 22 | 1B |
| Octal | 133 | 112 | 55 | 0 | 23 | 63 | 100 | 46 | 42 | 33 |
| Binary | 1011011 | 1001010 | 101101 | 0 | 10011 | 110011 | 1000000 | 100110 | 100010 | 11011 |
Color Harmonies of #5B4A2D
Complementary color
Monochromatic Colors of #5B4A2D
Black with #5B4A2D
Text Example
Text Example
White with #5B4A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4A2D; }
p { color: rgb(91,74,45); }
H1.HeaderClassName
{
color: #5B4A2D;
}
.AnyTagClassName
{
color: #5B4A2D;
}
</style>
background-color css
<style>
a { background-color: #5B4A2D; }
a { background-color: rgb(91,74,45); }
div.DivClassName
{
background-color: #5B4A2D;
}
.BgClassName
{
background-color: #5B4A2D;
}
</style>
border-color css
<style>
span { border-color: #5B4A2D; }
span { border-color: rgb(91,74,45); }
td.TdClassName
{
border-color: #5B4A2D;
}
.TagClassName
{
border-color: #5B4A2D;
}
</style>