Shades of Panda #53513E
Tints of Panda #53513E
RGB
CMYK
RGB Variations
Color information
#53513E (or 0x53513E) is known color: Panda. HEX triplet: 53, 51 and 3E. RGB value is (83,81,62). Sum of RGB (Red+Green+Blue) = 83+81+62=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 83 - color contains mainly: red. Hex color #53513E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53513E is #ACAEC1. Grayscale: #4F4F4F. Windows color (decimal): -11316930 or 4084051. OLE color: 4084051.
HSL color Cylindrical-coordinate representation of color #53513E: hue angle of 54.29º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #53513E is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 81 | 62 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.67 |
| HSL | 54.29º | 0.14% | 0.28% | - |
| HSV(B) | 54.29º | 0.25% | 0.33% | - |
| XYZ | 7.38 | 8.07 | 5.73 | - |
| YUV | 79.43 | 118.16 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 62 | 0 | 0.02 | 0.25 | 0.67 | 54.29 | 0.14 | 0.28 |
| Hex | 53 | 51 | 3E | 0 | 2 | 19 | 43 | 36 | E | 1C |
| Octal | 123 | 121 | 76 | 0 | 2 | 31 | 103 | 66 | 16 | 34 |
| Binary | 1010011 | 1010001 | 111110 | 0 | 10 | 11001 | 1000011 | 110110 | 1110 | 11100 |
Color Harmonies of #53513E
Complementary color
Monochromatic Colors of #53513E
Black with #53513E
Text Example
Text Example
White with #53513E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53513E; }
p { color: rgb(83,81,62); }
H1.HeaderClassName
{
color: #53513E;
}
.AnyTagClassName
{
color: #53513E;
}
</style>
background-color css
<style>
a { background-color: #53513E; }
a { background-color: rgb(83,81,62); }
div.DivClassName
{
background-color: #53513E;
}
.BgClassName
{
background-color: #53513E;
}
</style>
border-color css
<style>
span { border-color: #53513E; }
span { border-color: rgb(83,81,62); }
td.TdClassName
{
border-color: #53513E;
}
.TagClassName
{
border-color: #53513E;
}
</style>