Shades of Panda #514B3D
Tints of Panda #514B3D
RGB
CMYK
RGB Variations
Color information
#514B3D (or 0x514B3D) is known color: Panda. HEX triplet: 51, 4B and 3D. RGB value is (81,75,61). Sum of RGB (Red+Green+Blue) = 81+75+61=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 81 - color contains mainly: red. Hex color #514B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B3D is #AEB4C2. Grayscale: #4B4B4B. Windows color (decimal): -11449539 or 4016977. OLE color: 4016977.
HSL color Cylindrical-coordinate representation of color #514B3D: hue angle of 42º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #514B3D is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 75 | 61 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.68 |
| HSL | 42º | 0.14% | 0.28% | - |
| HSV(B) | 42º | 0.25% | 0.32% | - |
| XYZ | 6.75 | 7.12 | 5.43 | - |
| YUV | 75.2 | 119.99 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 61 | 0 | 0.07 | 0.25 | 0.68 | 42 | 0.14 | 0.28 |
| Hex | 51 | 4B | 3D | 0 | 7 | 19 | 44 | 2A | E | 1C |
| Octal | 121 | 113 | 75 | 0 | 7 | 31 | 104 | 52 | 16 | 34 |
| Binary | 1010001 | 1001011 | 111101 | 0 | 111 | 11001 | 1000100 | 101010 | 1110 | 11100 |
Color Harmonies of #514B3D
Complementary color
Monochromatic Colors of #514B3D
Black with #514B3D
Text Example
Text Example
White with #514B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514B3D; }
p { color: rgb(81,75,61); }
H1.HeaderClassName
{
color: #514B3D;
}
.AnyTagClassName
{
color: #514B3D;
}
</style>
background-color css
<style>
a { background-color: #514B3D; }
a { background-color: rgb(81,75,61); }
div.DivClassName
{
background-color: #514B3D;
}
.BgClassName
{
background-color: #514B3D;
}
</style>
border-color css
<style>
span { border-color: #514B3D; }
span { border-color: rgb(81,75,61); }
td.TdClassName
{
border-color: #514B3D;
}
.TagClassName
{
border-color: #514B3D;
}
</style>