Shades of Panda #5A513A
Tints of Panda #5A513A
RGB
CMYK
RGB Variations
Color information
#5A513A (or 0x5A513A) is known color: Panda. HEX triplet: 5A, 51 and 3A. RGB value is (90,81,58). Sum of RGB (Red+Green+Blue) = 90+81+58=229 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.30% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 90 - color contains mainly: red. Hex color #5A513A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A513A is #A5AEC5. Grayscale: #515151. Windows color (decimal): -10858182 or 3821914. OLE color: 3821914.
HSL color Cylindrical-coordinate representation of color #5A513A: hue angle of 43.12º 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 #5A513A is Cyan = 0, Magento = 0.1, Yellow = 0.36 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 81 | 58 | - |
| CMYK | 0 | 0.1 | 0.36 | 0.65 |
| HSL | 43.13º | 0.22% | 0.29% | - |
| HSV(B) | 43.13º | 0.36% | 0.35% | - |
| XYZ | 7.92 | 8.36 | 5.2 | - |
| YUV | 81.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 81 | 58 | 0 | 0.1 | 0.36 | 0.65 | 43.13 | 0.22 | 0.29 |
| Hex | 5A | 51 | 3A | 0 | A | 24 | 41 | 2B | 16 | 1D |
| Octal | 132 | 121 | 72 | 0 | 12 | 44 | 101 | 53 | 26 | 35 |
| Binary | 1011010 | 1010001 | 111010 | 0 | 1010 | 100100 | 1000001 | 101011 | 10110 | 11101 |
Color Harmonies of #5A513A
Complementary color
Monochromatic Colors of #5A513A
Black with #5A513A
Text Example
Text Example
White with #5A513A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A513A; }
p { color: rgb(90,81,58); }
H1.HeaderClassName
{
color: #5A513A;
}
.AnyTagClassName
{
color: #5A513A;
}
</style>
background-color css
<style>
a { background-color: #5A513A; }
a { background-color: rgb(90,81,58); }
div.DivClassName
{
background-color: #5A513A;
}
.BgClassName
{
background-color: #5A513A;
}
</style>
border-color css
<style>
span { border-color: #5A513A; }
span { border-color: rgb(90,81,58); }
td.TdClassName
{
border-color: #5A513A;
}
.TagClassName
{
border-color: #5A513A;
}
</style>