Shades of Panda #534E3F
Tints of Panda #534E3F
RGB
CMYK
RGB Variations
Color information
#534E3F (or 0x534E3F) is known color: Panda. HEX triplet: 53, 4E and 3F. RGB value is (83,78,63). Sum of RGB (Red+Green+Blue) = 83+78+63=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 83 - color contains mainly: red. Hex color #534E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E3F is #ACB1C0. Grayscale: #4D4D4D. Windows color (decimal): -11317697 or 4148819. OLE color: 4148819.
HSL color Cylindrical-coordinate representation of color #534E3F: hue angle of 45º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #534E3F is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 63 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.67 |
| HSL | 45º | 0.14% | 0.29% | - |
| HSV(B) | 45º | 0.24% | 0.33% | - |
| XYZ | 7.19 | 7.65 | 5.8 | - |
| YUV | 77.79 | 119.66 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 63 | 0 | 0.06 | 0.24 | 0.67 | 45 | 0.14 | 0.29 |
| Hex | 53 | 4E | 3F | 0 | 6 | 18 | 43 | 2D | E | 1D |
| Octal | 123 | 116 | 77 | 0 | 6 | 30 | 103 | 55 | 16 | 35 |
| Binary | 1010011 | 1001110 | 111111 | 0 | 110 | 11000 | 1000011 | 101101 | 1110 | 11101 |
Color Harmonies of #534E3F
Complementary color
Monochromatic Colors of #534E3F
Black with #534E3F
Text Example
Text Example
White with #534E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E3F; }
p { color: rgb(83,78,63); }
H1.HeaderClassName
{
color: #534E3F;
}
.AnyTagClassName
{
color: #534E3F;
}
</style>
background-color css
<style>
a { background-color: #534E3F; }
a { background-color: rgb(83,78,63); }
div.DivClassName
{
background-color: #534E3F;
}
.BgClassName
{
background-color: #534E3F;
}
</style>
border-color css
<style>
span { border-color: #534E3F; }
span { border-color: rgb(83,78,63); }
td.TdClassName
{
border-color: #534E3F;
}
.TagClassName
{
border-color: #534E3F;
}
</style>