Shades of Panda #5A513D
Tints of Panda #5A513D
RGB
CMYK
RGB Variations
Color information
#5A513D (or 0x5A513D) is known color: Panda. HEX triplet: 5A, 51 and 3D. RGB value is (90,81,61). Sum of RGB (Red+Green+Blue) = 90+81+61=232 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.79% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 90 - color contains mainly: red. Hex color #5A513D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A513D is #A5AEC2. Grayscale: #515151. Windows color (decimal): -10858179 or 4018522. OLE color: 4018522.
HSL color Cylindrical-coordinate representation of color #5A513D: hue angle of 41.38º 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 #5A513D is Cyan = 0, Magento = 0.1, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 81 | 61 | - |
| CMYK | 0 | 0.1 | 0.32 | 0.65 |
| HSL | 41.38º | 0.19% | 0.3% | - |
| HSV(B) | 41.38º | 0.32% | 0.35% | - |
| XYZ | 8 | 8.4 | 5.61 | - |
| YUV | 81.41 | 116.48 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 81 | 61 | 0 | 0.1 | 0.32 | 0.65 | 41.38 | 0.19 | 0.3 |
| Hex | 5A | 51 | 3D | 0 | A | 20 | 41 | 29 | 13 | 1E |
| Octal | 132 | 121 | 75 | 0 | 12 | 40 | 101 | 51 | 23 | 36 |
| Binary | 1011010 | 1010001 | 111101 | 0 | 1010 | 100000 | 1000001 | 101001 | 10011 | 11110 |
Color Harmonies of #5A513D
Complementary color
Monochromatic Colors of #5A513D
Black with #5A513D
Text Example
Text Example
White with #5A513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A513D; }
p { color: rgb(90,81,61); }
H1.HeaderClassName
{
color: #5A513D;
}
.AnyTagClassName
{
color: #5A513D;
}
</style>
background-color css
<style>
a { background-color: #5A513D; }
a { background-color: rgb(90,81,61); }
div.DivClassName
{
background-color: #5A513D;
}
.BgClassName
{
background-color: #5A513D;
}
</style>
border-color css
<style>
span { border-color: #5A513D; }
span { border-color: rgb(90,81,61); }
td.TdClassName
{
border-color: #5A513D;
}
.TagClassName
{
border-color: #5A513D;
}
</style>