Shades of Panda #514B3C
Tints of Panda #514B3C
RGB
CMYK
RGB Variations
Color information
#514B3C (or 0x514B3C) is known color: Panda. HEX triplet: 51, 4B and 3C. RGB value is (81,75,60). Sum of RGB (Red+Green+Blue) = 81+75+60=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 81 - color contains mainly: red. Hex color #514B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B3C is #AEB4C3. Grayscale: #4B4B4B. Windows color (decimal): -11449540 or 3951441. OLE color: 3951441.
HSL color Cylindrical-coordinate representation of color #514B3C: hue angle of 42.86º 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 #514B3C is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 75 | 60 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.68 |
| HSL | 42.86º | 0.15% | 0.28% | - |
| HSV(B) | 42.86º | 0.26% | 0.32% | - |
| XYZ | 6.73 | 7.11 | 5.29 | - |
| YUV | 75.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 60 | 0 | 0.07 | 0.26 | 0.68 | 42.86 | 0.15 | 0.28 |
| Hex | 51 | 4B | 3C | 0 | 7 | 1A | 44 | 2B | F | 1C |
| Octal | 121 | 113 | 74 | 0 | 7 | 32 | 104 | 53 | 17 | 34 |
| Binary | 1010001 | 1001011 | 111100 | 0 | 111 | 11010 | 1000100 | 101011 | 1111 | 11100 |
Color Harmonies of #514B3C
Complementary color
Monochromatic Colors of #514B3C
Black with #514B3C
Text Example
Text Example
White with #514B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514B3C; }
p { color: rgb(81,75,60); }
H1.HeaderClassName
{
color: #514B3C;
}
.AnyTagClassName
{
color: #514B3C;
}
</style>
background-color css
<style>
a { background-color: #514B3C; }
a { background-color: rgb(81,75,60); }
div.DivClassName
{
background-color: #514B3C;
}
.BgClassName
{
background-color: #514B3C;
}
</style>
border-color css
<style>
span { border-color: #514B3C; }
span { border-color: rgb(81,75,60); }
td.TdClassName
{
border-color: #514B3C;
}
.TagClassName
{
border-color: #514B3C;
}
</style>