Shades of Panda #504B3F
Tints of Panda #504B3F
RGB
CMYK
RGB Variations
Color information
#504B3F (or 0x504B3F) is known color: Panda. HEX triplet: 50, 4B and 3F. RGB value is (80,75,63). Sum of RGB (Red+Green+Blue) = 80+75+63=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 80 - color contains mainly: red. Hex color #504B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504B3F is #AFB4C0. Grayscale: #4B4B4B. Windows color (decimal): -11515073 or 4148048. OLE color: 4148048.
HSL color Cylindrical-coordinate representation of color #504B3F: hue angle of 42.35º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #504B3F is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 75 | 63 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.69 |
| HSL | 42.35º | 0.12% | 0.28% | - |
| HSV(B) | 42.35º | 0.21% | 0.31% | - |
| XYZ | 6.72 | 7.1 | 5.72 | - |
| YUV | 75.13 | 121.16 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 75 | 63 | 0 | 0.06 | 0.21 | 0.69 | 42.35 | 0.12 | 0.28 |
| Hex | 50 | 4B | 3F | 0 | 6 | 15 | 45 | 2A | C | 1C |
| Octal | 120 | 113 | 77 | 0 | 6 | 25 | 105 | 52 | 14 | 34 |
| Binary | 1010000 | 1001011 | 111111 | 0 | 110 | 10101 | 1000101 | 101010 | 1100 | 11100 |
Color Harmonies of #504B3F
Complementary color
Monochromatic Colors of #504B3F
Black with #504B3F
Text Example
Text Example
White with #504B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504B3F; }
p { color: rgb(80,75,63); }
H1.HeaderClassName
{
color: #504B3F;
}
.AnyTagClassName
{
color: #504B3F;
}
</style>
background-color css
<style>
a { background-color: #504B3F; }
a { background-color: rgb(80,75,63); }
div.DivClassName
{
background-color: #504B3F;
}
.BgClassName
{
background-color: #504B3F;
}
</style>
border-color css
<style>
span { border-color: #504B3F; }
span { border-color: rgb(80,75,63); }
td.TdClassName
{
border-color: #504B3F;
}
.TagClassName
{
border-color: #504B3F;
}
</style>