Shades of Panda #534F40
Tints of Panda #534F40
RGB
CMYK
RGB Variations
Color information
#534F40 (or 0x534F40) is known color: Panda. HEX triplet: 53, 4F and 40. RGB value is (83,79,64). Sum of RGB (Red+Green+Blue) = 83+79+64=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 83 - color contains mainly: red. Hex color #534F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F40 is #ACB0BF. Grayscale: #4E4E4E. Windows color (decimal): -11317440 or 4214611. OLE color: 4214611.
HSL color Cylindrical-coordinate representation of color #534F40: hue angle of 47.37º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #534F40 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 79 | 64 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.67 |
| HSL | 47.37º | 0.13% | 0.29% | - |
| HSV(B) | 47.37º | 0.23% | 0.33% | - |
| XYZ | 7.29 | 7.8 | 5.97 | - |
| YUV | 78.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 64 | 0 | 0.05 | 0.23 | 0.67 | 47.37 | 0.13 | 0.29 |
| Hex | 53 | 4F | 40 | 0 | 5 | 17 | 43 | 2F | D | 1D |
| Octal | 123 | 117 | 100 | 0 | 5 | 27 | 103 | 57 | 15 | 35 |
| Binary | 1010011 | 1001111 | 1000000 | 0 | 101 | 10111 | 1000011 | 101111 | 1101 | 11101 |
Color Harmonies of #534F40
Complementary color
Monochromatic Colors of #534F40
Black with #534F40
Text Example
Text Example
White with #534F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F40; }
p { color: rgb(83,79,64); }
H1.HeaderClassName
{
color: #534F40;
}
.AnyTagClassName
{
color: #534F40;
}
</style>
background-color css
<style>
a { background-color: #534F40; }
a { background-color: rgb(83,79,64); }
div.DivClassName
{
background-color: #534F40;
}
.BgClassName
{
background-color: #534F40;
}
</style>
border-color css
<style>
span { border-color: #534F40; }
span { border-color: rgb(83,79,64); }
td.TdClassName
{
border-color: #534F40;
}
.TagClassName
{
border-color: #534F40;
}
</style>