Shades of Panda #534E3B
Tints of Panda #534E3B
RGB
CMYK
RGB Variations
Color information
#534E3B (or 0x534E3B) is known color: Panda. HEX triplet: 53, 4E and 3B. RGB value is (83,78,59). Sum of RGB (Red+Green+Blue) = 83+78+59=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 83 - color contains mainly: red. Hex color #534E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E3B is #ACB1C4. Grayscale: #4D4D4D. Windows color (decimal): -11317701 or 3886675. OLE color: 3886675.
HSL color Cylindrical-coordinate representation of color #534E3B: hue angle of 47.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 #534E3B is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 59 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.67 |
| HSL | 47.5º | 0.17% | 0.28% | - |
| HSV(B) | 47.5º | 0.29% | 0.33% | - |
| XYZ | 7.08 | 7.6 | 5.23 | - |
| YUV | 77.33 | 117.66 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 59 | 0 | 0.06 | 0.29 | 0.67 | 47.5 | 0.17 | 0.28 |
| Hex | 53 | 4E | 3B | 0 | 6 | 1D | 43 | 30 | 11 | 1C |
| Octal | 123 | 116 | 73 | 0 | 6 | 35 | 103 | 60 | 21 | 34 |
| Binary | 1010011 | 1001110 | 111011 | 0 | 110 | 11101 | 1000011 | 110000 | 10001 | 11100 |
Color Harmonies of #534E3B
Complementary color
Monochromatic Colors of #534E3B
Black with #534E3B
Text Example
Text Example
White with #534E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E3B; }
p { color: rgb(83,78,59); }
H1.HeaderClassName
{
color: #534E3B;
}
.AnyTagClassName
{
color: #534E3B;
}
</style>
background-color css
<style>
a { background-color: #534E3B; }
a { background-color: rgb(83,78,59); }
div.DivClassName
{
background-color: #534E3B;
}
.BgClassName
{
background-color: #534E3B;
}
</style>
border-color css
<style>
span { border-color: #534E3B; }
span { border-color: rgb(83,78,59); }
td.TdClassName
{
border-color: #534E3B;
}
.TagClassName
{
border-color: #534E3B;
}
</style>