Shades of Panda #5A5638
Tints of Panda #5A5638
RGB
CMYK
RGB Variations
Color information
#5A5638 (or 0x5A5638) is known color: Panda. HEX triplet: 5A, 56 and 38. RGB value is (90,86,56). Sum of RGB (Red+Green+Blue) = 90+86+56=232 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.79% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5638 is #A5A9C7. Grayscale: #535353. Windows color (decimal): -10856904 or 3692122. OLE color: 3692122.
HSL color Cylindrical-coordinate representation of color #5A5638: hue angle of 52.94º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A5638 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 86 | 56 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.65 |
| HSL | 52.94º | 0.23% | 0.29% | - |
| HSV(B) | 52.94º | 0.38% | 0.35% | - |
| XYZ | 8.26 | 9.11 | 5.07 | - |
| YUV | 83.78 | 112.33 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 86 | 56 | 0 | 0.04 | 0.38 | 0.65 | 52.94 | 0.23 | 0.29 |
| Hex | 5A | 56 | 38 | 0 | 4 | 26 | 41 | 35 | 17 | 1D |
| Octal | 132 | 126 | 70 | 0 | 4 | 46 | 101 | 65 | 27 | 35 |
| Binary | 1011010 | 1010110 | 111000 | 0 | 100 | 100110 | 1000001 | 110101 | 10111 | 11101 |
Color Harmonies of #5A5638
Complementary color
Monochromatic Colors of #5A5638
Black with #5A5638
Text Example
Text Example
White with #5A5638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5638; }
p { color: rgb(90,86,56); }
H1.HeaderClassName
{
color: #5A5638;
}
.AnyTagClassName
{
color: #5A5638;
}
</style>
background-color css
<style>
a { background-color: #5A5638; }
a { background-color: rgb(90,86,56); }
div.DivClassName
{
background-color: #5A5638;
}
.BgClassName
{
background-color: #5A5638;
}
</style>
border-color css
<style>
span { border-color: #5A5638; }
span { border-color: rgb(90,86,56); }
td.TdClassName
{
border-color: #5A5638;
}
.TagClassName
{
border-color: #5A5638;
}
</style>