Shades of Panda #514E3C
Tints of Panda #514E3C
RGB
CMYK
RGB Variations
Color information
#514E3C (or 0x514E3C) is known color: Panda. HEX triplet: 51, 4E and 3C. RGB value is (81,78,60). Sum of RGB (Red+Green+Blue) = 81+78+60=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 81 - color contains mainly: red. Hex color #514E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514E3C is #AEB1C3. Grayscale: #4C4C4C. Windows color (decimal): -11448772 or 3952209. OLE color: 3952209.
HSL color Cylindrical-coordinate representation of color #514E3C: hue angle of 51.43º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #514E3C is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 78 | 60 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.68 |
| HSL | 51.43º | 0.15% | 0.28% | - |
| HSV(B) | 51.43º | 0.26% | 0.32% | - |
| XYZ | 6.93 | 7.52 | 5.36 | - |
| YUV | 76.85 | 118.49 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 60 | 0 | 0.04 | 0.26 | 0.68 | 51.43 | 0.15 | 0.28 |
| Hex | 51 | 4E | 3C | 0 | 4 | 1A | 44 | 33 | F | 1C |
| Octal | 121 | 116 | 74 | 0 | 4 | 32 | 104 | 63 | 17 | 34 |
| Binary | 1010001 | 1001110 | 111100 | 0 | 100 | 11010 | 1000100 | 110011 | 1111 | 11100 |
Color Harmonies of #514E3C
Complementary color
Monochromatic Colors of #514E3C
Black with #514E3C
Text Example
Text Example
White with #514E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E3C; }
p { color: rgb(81,78,60); }
H1.HeaderClassName
{
color: #514E3C;
}
.AnyTagClassName
{
color: #514E3C;
}
</style>
background-color css
<style>
a { background-color: #514E3C; }
a { background-color: rgb(81,78,60); }
div.DivClassName
{
background-color: #514E3C;
}
.BgClassName
{
background-color: #514E3C;
}
</style>
border-color css
<style>
span { border-color: #514E3C; }
span { border-color: rgb(81,78,60); }
td.TdClassName
{
border-color: #514E3C;
}
.TagClassName
{
border-color: #514E3C;
}
</style>