Shades of Panda #5A533B
Tints of Panda #5A533B
RGB
CMYK
RGB Variations
Color information
#5A533B (or 0x5A533B) is known color: Panda. HEX triplet: 5A, 53 and 3B. RGB value is (90,83,59). Sum of RGB (Red+Green+Blue) = 90+83+59=232 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.79% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 59 (23.44% from 255 or 25.43% from 232); Max value from RGB is 90 - color contains mainly: red. Hex color #5A533B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A533B is #A5ACC4. Grayscale: #525252. Windows color (decimal): -10857669 or 3887962. OLE color: 3887962.
HSL color Cylindrical-coordinate representation of color #5A533B: hue angle of 46.45º 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 #5A533B is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 83 | 59 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.65 |
| HSL | 46.45º | 0.21% | 0.29% | - |
| HSV(B) | 46.45º | 0.34% | 0.35% | - |
| XYZ | 8.1 | 8.68 | 5.39 | - |
| YUV | 82.36 | 114.82 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 83 | 59 | 0 | 0.08 | 0.34 | 0.65 | 46.45 | 0.21 | 0.29 |
| Hex | 5A | 53 | 3B | 0 | 8 | 22 | 41 | 2E | 15 | 1D |
| Octal | 132 | 123 | 73 | 0 | 10 | 42 | 101 | 56 | 25 | 35 |
| Binary | 1011010 | 1010011 | 111011 | 0 | 1000 | 100010 | 1000001 | 101110 | 10101 | 11101 |
Color Harmonies of #5A533B
Complementary color
Monochromatic Colors of #5A533B
Black with #5A533B
Text Example
Text Example
White with #5A533B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A533B; }
p { color: rgb(90,83,59); }
H1.HeaderClassName
{
color: #5A533B;
}
.AnyTagClassName
{
color: #5A533B;
}
</style>
background-color css
<style>
a { background-color: #5A533B; }
a { background-color: rgb(90,83,59); }
div.DivClassName
{
background-color: #5A533B;
}
.BgClassName
{
background-color: #5A533B;
}
</style>
border-color css
<style>
span { border-color: #5A533B; }
span { border-color: rgb(90,83,59); }
td.TdClassName
{
border-color: #5A533B;
}
.TagClassName
{
border-color: #5A533B;
}
</style>