Shades of Panda #534C3B
Tints of Panda #534C3B
RGB
CMYK
RGB Variations
Color information
#534C3B (or 0x534C3B) is known color: Panda. HEX triplet: 53, 4C and 3B. RGB value is (83,76,59). Sum of RGB (Red+Green+Blue) = 83+76+59=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 83 - color contains mainly: red. Hex color #534C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C3B is #ACB3C4. Grayscale: #4C4C4C. Windows color (decimal): -11318213 or 3886163. OLE color: 3886163.
HSL color Cylindrical-coordinate representation of color #534C3B: hue angle of 42.5º 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 #534C3B is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 76 | 59 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.67 |
| HSL | 42.5º | 0.17% | 0.28% | - |
| HSV(B) | 42.5º | 0.29% | 0.33% | - |
| XYZ | 6.94 | 7.32 | 5.19 | - |
| YUV | 76.16 | 118.32 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 59 | 0 | 0.08 | 0.29 | 0.67 | 42.5 | 0.17 | 0.28 |
| Hex | 53 | 4C | 3B | 0 | 8 | 1D | 43 | 2A | 11 | 1C |
| Octal | 123 | 114 | 73 | 0 | 10 | 35 | 103 | 52 | 21 | 34 |
| Binary | 1010011 | 1001100 | 111011 | 0 | 1000 | 11101 | 1000011 | 101010 | 10001 | 11100 |
Color Harmonies of #534C3B
Complementary color
Monochromatic Colors of #534C3B
Black with #534C3B
Text Example
Text Example
White with #534C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534C3B; }
p { color: rgb(83,76,59); }
H1.HeaderClassName
{
color: #534C3B;
}
.AnyTagClassName
{
color: #534C3B;
}
</style>
background-color css
<style>
a { background-color: #534C3B; }
a { background-color: rgb(83,76,59); }
div.DivClassName
{
background-color: #534C3B;
}
.BgClassName
{
background-color: #534C3B;
}
</style>
border-color css
<style>
span { border-color: #534C3B; }
span { border-color: rgb(83,76,59); }
td.TdClassName
{
border-color: #534C3B;
}
.TagClassName
{
border-color: #534C3B;
}
</style>