Shades of Panda #535140
Tints of Panda #535140
RGB
CMYK
RGB Variations
Color information
#535140 (or 0x535140) is known color: Panda. HEX triplet: 53, 51 and 40. RGB value is (83,81,64). Sum of RGB (Red+Green+Blue) = 83+81+64=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 83 - color contains mainly: red. Hex color #535140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535140 is #ACAEBF. Grayscale: #4F4F4F. Windows color (decimal): -11316928 or 4215123. OLE color: 4215123.
HSL color Cylindrical-coordinate representation of color #535140: hue angle of 53.68º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #535140 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 81 | 64 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.67 |
| HSL | 53.68º | 0.13% | 0.29% | - |
| HSV(B) | 53.68º | 0.23% | 0.33% | - |
| XYZ | 7.44 | 8.09 | 6.02 | - |
| YUV | 79.66 | 119.16 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 64 | 0 | 0.02 | 0.23 | 0.67 | 53.68 | 0.13 | 0.29 |
| Hex | 53 | 51 | 40 | 0 | 2 | 17 | 43 | 36 | D | 1D |
| Octal | 123 | 121 | 100 | 0 | 2 | 27 | 103 | 66 | 15 | 35 |
| Binary | 1010011 | 1010001 | 1000000 | 0 | 10 | 10111 | 1000011 | 110110 | 1101 | 11101 |
Color Harmonies of #535140
Complementary color
Monochromatic Colors of #535140
Black with #535140
Text Example
Text Example
White with #535140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535140; }
p { color: rgb(83,81,64); }
H1.HeaderClassName
{
color: #535140;
}
.AnyTagClassName
{
color: #535140;
}
</style>
background-color css
<style>
a { background-color: #535140; }
a { background-color: rgb(83,81,64); }
div.DivClassName
{
background-color: #535140;
}
.BgClassName
{
background-color: #535140;
}
</style>
border-color css
<style>
span { border-color: #535140; }
span { border-color: rgb(83,81,64); }
td.TdClassName
{
border-color: #535140;
}
.TagClassName
{
border-color: #535140;
}
</style>