Shades of Panda #57503B
Tints of Panda #57503B
RGB
CMYK
RGB Variations
Color information
#57503B (or 0x57503B) is known color: Panda. HEX triplet: 57, 50 and 3B. RGB value is (87,80,59). Sum of RGB (Red+Green+Blue) = 87+80+59=226 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.50% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 87 - color contains mainly: red. Hex color #57503B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57503B is #A8AFC4. Grayscale: #4F4F4F. Windows color (decimal): -11055045 or 3887191. OLE color: 3887191.
HSL color Cylindrical-coordinate representation of color #57503B: hue angle of 45º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #57503B is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 80 | 59 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.66 |
| HSL | 45º | 0.19% | 0.29% | - |
| HSV(B) | 45º | 0.32% | 0.34% | - |
| XYZ | 7.59 | 8.08 | 5.3 | - |
| YUV | 79.7 | 116.32 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 80 | 59 | 0 | 0.08 | 0.32 | 0.66 | 45 | 0.19 | 0.29 |
| Hex | 57 | 50 | 3B | 0 | 8 | 20 | 42 | 2D | 13 | 1D |
| Octal | 127 | 120 | 73 | 0 | 10 | 40 | 102 | 55 | 23 | 35 |
| Binary | 1010111 | 1010000 | 111011 | 0 | 1000 | 100000 | 1000010 | 101101 | 10011 | 11101 |
Color Harmonies of #57503B
Complementary color
Monochromatic Colors of #57503B
Black with #57503B
Text Example
Text Example
White with #57503B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57503B; }
p { color: rgb(87,80,59); }
H1.HeaderClassName
{
color: #57503B;
}
.AnyTagClassName
{
color: #57503B;
}
</style>
background-color css
<style>
a { background-color: #57503B; }
a { background-color: rgb(87,80,59); }
div.DivClassName
{
background-color: #57503B;
}
.BgClassName
{
background-color: #57503B;
}
</style>
border-color css
<style>
span { border-color: #57503B; }
span { border-color: rgb(87,80,59); }
td.TdClassName
{
border-color: #57503B;
}
.TagClassName
{
border-color: #57503B;
}
</style>