Shades of Panda #534E38
Tints of Panda #534E38
RGB
CMYK
RGB Variations
Color information
#534E38 (or 0x534E38) is known color: Panda. HEX triplet: 53, 4E and 38. RGB value is (83,78,56). Sum of RGB (Red+Green+Blue) = 83+78+56=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 83 - color contains mainly: red. Hex color #534E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E38 is #ACB1C7. Grayscale: #4D4D4D. Windows color (decimal): -11317704 or 3690067. OLE color: 3690067.
HSL color Cylindrical-coordinate representation of color #534E38: hue angle of 48.89º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #534E38 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 56 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.67 |
| HSL | 48.89º | 0.19% | 0.27% | - |
| HSV(B) | 48.89º | 0.33% | 0.33% | - |
| XYZ | 7.01 | 7.57 | 4.83 | - |
| YUV | 76.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 56 | 0 | 0.06 | 0.33 | 0.67 | 48.89 | 0.19 | 0.27 |
| Hex | 53 | 4E | 38 | 0 | 6 | 21 | 43 | 31 | 13 | 1B |
| Octal | 123 | 116 | 70 | 0 | 6 | 41 | 103 | 61 | 23 | 33 |
| Binary | 1010011 | 1001110 | 111000 | 0 | 110 | 100001 | 1000011 | 110001 | 10011 | 11011 |
Color Harmonies of #534E38
Complementary color
Monochromatic Colors of #534E38
Black with #534E38
Text Example
Text Example
White with #534E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E38; }
p { color: rgb(83,78,56); }
H1.HeaderClassName
{
color: #534E38;
}
.AnyTagClassName
{
color: #534E38;
}
</style>
background-color css
<style>
a { background-color: #534E38; }
a { background-color: rgb(83,78,56); }
div.DivClassName
{
background-color: #534E38;
}
.BgClassName
{
background-color: #534E38;
}
</style>
border-color css
<style>
span { border-color: #534E38; }
span { border-color: rgb(83,78,56); }
td.TdClassName
{
border-color: #534E38;
}
.TagClassName
{
border-color: #534E38;
}
</style>