Shades of Panda #5A543B
Tints of Panda #5A543B
RGB
CMYK
RGB Variations
Color information
#5A543B (or 0x5A543B) is known color: Panda. HEX triplet: 5A, 54 and 3B. RGB value is (90,84,59). Sum of RGB (Red+Green+Blue) = 90+84+59=233 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.63% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 90 - color contains mainly: red. Hex color #5A543B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A543B is #A5ABC4. Grayscale: #535353. Windows color (decimal): -10857413 or 3888218. OLE color: 3888218.
HSL color Cylindrical-coordinate representation of color #5A543B: hue angle of 48.39º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A543B is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 84 | 59 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.65 |
| HSL | 48.39º | 0.21% | 0.29% | - |
| HSV(B) | 48.39º | 0.34% | 0.35% | - |
| XYZ | 8.18 | 8.83 | 5.41 | - |
| YUV | 82.94 | 114.49 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 84 | 59 | 0 | 0.07 | 0.34 | 0.65 | 48.39 | 0.21 | 0.29 |
| Hex | 5A | 54 | 3B | 0 | 7 | 22 | 41 | 30 | 15 | 1D |
| Octal | 132 | 124 | 73 | 0 | 7 | 42 | 101 | 60 | 25 | 35 |
| Binary | 1011010 | 1010100 | 111011 | 0 | 111 | 100010 | 1000001 | 110000 | 10101 | 11101 |
Color Harmonies of #5A543B
Complementary color
Monochromatic Colors of #5A543B
Black with #5A543B
Text Example
Text Example
White with #5A543B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A543B; }
p { color: rgb(90,84,59); }
H1.HeaderClassName
{
color: #5A543B;
}
.AnyTagClassName
{
color: #5A543B;
}
</style>
background-color css
<style>
a { background-color: #5A543B; }
a { background-color: rgb(90,84,59); }
div.DivClassName
{
background-color: #5A543B;
}
.BgClassName
{
background-color: #5A543B;
}
</style>
border-color css
<style>
span { border-color: #5A543B; }
span { border-color: rgb(90,84,59); }
td.TdClassName
{
border-color: #5A543B;
}
.TagClassName
{
border-color: #5A543B;
}
</style>