Shades of Panda #5A533D
Tints of Panda #5A533D
RGB
CMYK
RGB Variations
Color information
#5A533D (or 0x5A533D) is known color: Panda. HEX triplet: 5A, 53 and 3D. RGB value is (90,83,61). Sum of RGB (Red+Green+Blue) = 90+83+61=234 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.46% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 90 - color contains mainly: red. Hex color #5A533D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A533D is #A5ACC2. Grayscale: #525252. Windows color (decimal): -10857667 or 4019034. OLE color: 4019034.
HSL color Cylindrical-coordinate representation of color #5A533D: hue angle of 45.52º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A533D is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 83 | 61 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.65 |
| HSL | 45.52º | 0.19% | 0.3% | - |
| HSV(B) | 45.52º | 0.32% | 0.35% | - |
| XYZ | 8.15 | 8.7 | 5.66 | - |
| YUV | 82.59 | 115.82 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 83 | 61 | 0 | 0.08 | 0.32 | 0.65 | 45.52 | 0.19 | 0.3 |
| Hex | 5A | 53 | 3D | 0 | 8 | 20 | 41 | 2E | 13 | 1E |
| Octal | 132 | 123 | 75 | 0 | 10 | 40 | 101 | 56 | 23 | 36 |
| Binary | 1011010 | 1010011 | 111101 | 0 | 1000 | 100000 | 1000001 | 101110 | 10011 | 11110 |
Color Harmonies of #5A533D
Complementary color
Monochromatic Colors of #5A533D
Black with #5A533D
Text Example
Text Example
White with #5A533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A533D; }
p { color: rgb(90,83,61); }
H1.HeaderClassName
{
color: #5A533D;
}
.AnyTagClassName
{
color: #5A533D;
}
</style>
background-color css
<style>
a { background-color: #5A533D; }
a { background-color: rgb(90,83,61); }
div.DivClassName
{
background-color: #5A533D;
}
.BgClassName
{
background-color: #5A533D;
}
</style>
border-color css
<style>
span { border-color: #5A533D; }
span { border-color: rgb(90,83,61); }
td.TdClassName
{
border-color: #5A533D;
}
.TagClassName
{
border-color: #5A533D;
}
</style>