Shades of Panda #5A5237
Tints of Panda #5A5237
RGB
CMYK
RGB Variations
Color information
#5A5237 (or 0x5A5237) is known color: Panda. HEX triplet: 5A, 52 and 37. RGB value is (90,82,55). Sum of RGB (Red+Green+Blue) = 90+82+55=227 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.65% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5237 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5237 is #A5ADC8. Grayscale: #515151. Windows color (decimal): -10857929 or 3625562. OLE color: 3625562.
HSL color Cylindrical-coordinate representation of color #5A5237: hue angle of 46.29º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A5237 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 82 | 55 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.65 |
| HSL | 46.29º | 0.24% | 0.28% | - |
| HSV(B) | 46.29º | 0.39% | 0.35% | - |
| XYZ | 7.92 | 8.48 | 4.83 | - |
| YUV | 81.31 | 113.15 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 82 | 55 | 0 | 0.09 | 0.39 | 0.65 | 46.29 | 0.24 | 0.28 |
| Hex | 5A | 52 | 37 | 0 | 9 | 27 | 41 | 2E | 18 | 1C |
| Octal | 132 | 122 | 67 | 0 | 11 | 47 | 101 | 56 | 30 | 34 |
| Binary | 1011010 | 1010010 | 110111 | 0 | 1001 | 100111 | 1000001 | 101110 | 11000 | 11100 |
Color Harmonies of #5A5237
Complementary color
Monochromatic Colors of #5A5237
Black with #5A5237
Text Example
Text Example
White with #5A5237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5237; }
p { color: rgb(90,82,55); }
H1.HeaderClassName
{
color: #5A5237;
}
.AnyTagClassName
{
color: #5A5237;
}
</style>
background-color css
<style>
a { background-color: #5A5237; }
a { background-color: rgb(90,82,55); }
div.DivClassName
{
background-color: #5A5237;
}
.BgClassName
{
background-color: #5A5237;
}
</style>
border-color css
<style>
span { border-color: #5A5237; }
span { border-color: rgb(90,82,55); }
td.TdClassName
{
border-color: #5A5237;
}
.TagClassName
{
border-color: #5A5237;
}
</style>