Shades of Panda #5A543A
Tints of Panda #5A543A
RGB
CMYK
RGB Variations
Color information
#5A543A (or 0x5A543A) is known color: Panda. HEX triplet: 5A, 54 and 3A. RGB value is (90,84,58). Sum of RGB (Red+Green+Blue) = 90+84+58=232 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.79% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 90 - color contains mainly: red. Hex color #5A543A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A543A is #A5ABC5. Grayscale: #525252. Windows color (decimal): -10857414 or 3822682. OLE color: 3822682.
HSL color Cylindrical-coordinate representation of color #5A543A: hue angle of 48.75º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A543A is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 84 | 58 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.65 |
| HSL | 48.75º | 0.22% | 0.29% | - |
| HSV(B) | 48.75º | 0.36% | 0.35% | - |
| XYZ | 8.15 | 8.82 | 5.28 | - |
| YUV | 82.83 | 113.99 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 84 | 58 | 0 | 0.07 | 0.36 | 0.65 | 48.75 | 0.22 | 0.29 |
| Hex | 5A | 54 | 3A | 0 | 7 | 24 | 41 | 31 | 16 | 1D |
| Octal | 132 | 124 | 72 | 0 | 7 | 44 | 101 | 61 | 26 | 35 |
| Binary | 1011010 | 1010100 | 111010 | 0 | 111 | 100100 | 1000001 | 110001 | 10110 | 11101 |
Color Harmonies of #5A543A
Complementary color
Monochromatic Colors of #5A543A
Black with #5A543A
Text Example
Text Example
White with #5A543A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A543A; }
p { color: rgb(90,84,58); }
H1.HeaderClassName
{
color: #5A543A;
}
.AnyTagClassName
{
color: #5A543A;
}
</style>
background-color css
<style>
a { background-color: #5A543A; }
a { background-color: rgb(90,84,58); }
div.DivClassName
{
background-color: #5A543A;
}
.BgClassName
{
background-color: #5A543A;
}
</style>
border-color css
<style>
span { border-color: #5A543A; }
span { border-color: rgb(90,84,58); }
td.TdClassName
{
border-color: #5A543A;
}
.TagClassName
{
border-color: #5A543A;
}
</style>