Shades of Panda #534D3B
Tints of Panda #534D3B
RGB
CMYK
RGB Variations
Color information
#534D3B (or 0x534D3B) is known color: Panda. HEX triplet: 53, 4D and 3B. RGB value is (83,77,59). Sum of RGB (Red+Green+Blue) = 83+77+59=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 83 - color contains mainly: red. Hex color #534D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D3B is #ACB2C4. Grayscale: #4C4C4C. Windows color (decimal): -11317957 or 3886419. OLE color: 3886419.
HSL color Cylindrical-coordinate representation of color #534D3B: hue angle of 45º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #534D3B is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 77 | 59 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.67 |
| HSL | 45º | 0.17% | 0.28% | - |
| HSV(B) | 45º | 0.29% | 0.33% | - |
| XYZ | 7.01 | 7.46 | 5.21 | - |
| YUV | 76.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 59 | 0 | 0.07 | 0.29 | 0.67 | 45 | 0.17 | 0.28 |
| Hex | 53 | 4D | 3B | 0 | 7 | 1D | 43 | 2D | 11 | 1C |
| Octal | 123 | 115 | 73 | 0 | 7 | 35 | 103 | 55 | 21 | 34 |
| Binary | 1010011 | 1001101 | 111011 | 0 | 111 | 11101 | 1000011 | 101101 | 10001 | 11100 |
Color Harmonies of #534D3B
Complementary color
Monochromatic Colors of #534D3B
Black with #534D3B
Text Example
Text Example
White with #534D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D3B; }
p { color: rgb(83,77,59); }
H1.HeaderClassName
{
color: #534D3B;
}
.AnyTagClassName
{
color: #534D3B;
}
</style>
background-color css
<style>
a { background-color: #534D3B; }
a { background-color: rgb(83,77,59); }
div.DivClassName
{
background-color: #534D3B;
}
.BgClassName
{
background-color: #534D3B;
}
</style>
border-color css
<style>
span { border-color: #534D3B; }
span { border-color: rgb(83,77,59); }
td.TdClassName
{
border-color: #534D3B;
}
.TagClassName
{
border-color: #534D3B;
}
</style>