Shades of Panda #534E3C
Tints of Panda #534E3C
RGB
CMYK
RGB Variations
Color information
#534E3C (or 0x534E3C) is known color: Panda. HEX triplet: 53, 4E and 3C. RGB value is (83,78,60). Sum of RGB (Red+Green+Blue) = 83+78+60=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 83 - color contains mainly: red. Hex color #534E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E3C is #ACB1C3. Grayscale: #4D4D4D. Windows color (decimal): -11317700 or 3952211. OLE color: 3952211.
HSL color Cylindrical-coordinate representation of color #534E3C: hue angle of 46.96º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #534E3C is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 60 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.67 |
| HSL | 46.96º | 0.16% | 0.28% | - |
| HSV(B) | 46.96º | 0.28% | 0.33% | - |
| XYZ | 7.11 | 7.61 | 5.37 | - |
| YUV | 77.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 60 | 0 | 0.06 | 0.28 | 0.67 | 46.96 | 0.16 | 0.28 |
| Hex | 53 | 4E | 3C | 0 | 6 | 1C | 43 | 2F | 10 | 1C |
| Octal | 123 | 116 | 74 | 0 | 6 | 34 | 103 | 57 | 20 | 34 |
| Binary | 1010011 | 1001110 | 111100 | 0 | 110 | 11100 | 1000011 | 101111 | 10000 | 11100 |
Color Harmonies of #534E3C
Complementary color
Monochromatic Colors of #534E3C
Black with #534E3C
Text Example
Text Example
White with #534E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E3C; }
p { color: rgb(83,78,60); }
H1.HeaderClassName
{
color: #534E3C;
}
.AnyTagClassName
{
color: #534E3C;
}
</style>
background-color css
<style>
a { background-color: #534E3C; }
a { background-color: rgb(83,78,60); }
div.DivClassName
{
background-color: #534E3C;
}
.BgClassName
{
background-color: #534E3C;
}
</style>
border-color css
<style>
span { border-color: #534E3C; }
span { border-color: rgb(83,78,60); }
td.TdClassName
{
border-color: #534E3C;
}
.TagClassName
{
border-color: #534E3C;
}
</style>