Shades of Panda #514B3A
Tints of Panda #514B3A
RGB
CMYK
RGB Variations
Color information
#514B3A (or 0x514B3A) is known color: Panda. HEX triplet: 51, 4B and 3A. RGB value is (81,75,58). Sum of RGB (Red+Green+Blue) = 81+75+58=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 75 (29.69% from 255 or 35.05% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 81 - color contains mainly: red. Hex color #514B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B3A is #AEB4C5. Grayscale: #4A4A4A. Windows color (decimal): -11449542 or 3820369. OLE color: 3820369.
HSL color Cylindrical-coordinate representation of color #514B3A: hue angle of 44.35º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #514B3A is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 75 | 58 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.68 |
| HSL | 44.35º | 0.17% | 0.27% | - |
| HSV(B) | 44.35º | 0.28% | 0.32% | - |
| XYZ | 6.67 | 7.09 | 5.02 | - |
| YUV | 74.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 58 | 0 | 0.07 | 0.28 | 0.68 | 44.35 | 0.17 | 0.27 |
| Hex | 51 | 4B | 3A | 0 | 7 | 1C | 44 | 2C | 11 | 1B |
| Octal | 121 | 113 | 72 | 0 | 7 | 34 | 104 | 54 | 21 | 33 |
| Binary | 1010001 | 1001011 | 111010 | 0 | 111 | 11100 | 1000100 | 101100 | 10001 | 11011 |
Color Harmonies of #514B3A
Complementary color
Monochromatic Colors of #514B3A
Black with #514B3A
Text Example
Text Example
White with #514B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514B3A; }
p { color: rgb(81,75,58); }
H1.HeaderClassName
{
color: #514B3A;
}
.AnyTagClassName
{
color: #514B3A;
}
</style>
background-color css
<style>
a { background-color: #514B3A; }
a { background-color: rgb(81,75,58); }
div.DivClassName
{
background-color: #514B3A;
}
.BgClassName
{
background-color: #514B3A;
}
</style>
border-color css
<style>
span { border-color: #514B3A; }
span { border-color: rgb(81,75,58); }
td.TdClassName
{
border-color: #514B3A;
}
.TagClassName
{
border-color: #514B3A;
}
</style>