Shades of Panda #534F3A
Tints of Panda #534F3A
RGB
CMYK
RGB Variations
Color information
#534F3A (or 0x534F3A) is known color: Panda. HEX triplet: 53, 4F and 3A. RGB value is (83,79,58). Sum of RGB (Red+Green+Blue) = 83+79+58=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 83 - color contains mainly: red. Hex color #534F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F3A is #ACB0C5. Grayscale: #4D4D4D. Windows color (decimal): -11317446 or 3821395. OLE color: 3821395.
HSL color Cylindrical-coordinate representation of color #534F3A: hue angle of 50.4º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #534F3A is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 79 | 58 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.67 |
| HSL | 50.4º | 0.18% | 0.28% | - |
| HSV(B) | 50.4º | 0.3% | 0.33% | - |
| XYZ | 7.13 | 7.74 | 5.12 | - |
| YUV | 77.8 | 116.83 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 58 | 0 | 0.05 | 0.30 | 0.67 | 50.4 | 0.18 | 0.28 |
| Hex | 53 | 4F | 3A | 0 | 5 | 1E | 43 | 32 | 12 | 1C |
| Octal | 123 | 117 | 72 | 0 | 5 | 36 | 103 | 62 | 22 | 34 |
| Binary | 1010011 | 1001111 | 111010 | 0 | 101 | 11110 | 1000011 | 110010 | 10010 | 11100 |
Color Harmonies of #534F3A
Complementary color
Monochromatic Colors of #534F3A
Black with #534F3A
Text Example
Text Example
White with #534F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F3A; }
p { color: rgb(83,79,58); }
H1.HeaderClassName
{
color: #534F3A;
}
.AnyTagClassName
{
color: #534F3A;
}
</style>
background-color css
<style>
a { background-color: #534F3A; }
a { background-color: rgb(83,79,58); }
div.DivClassName
{
background-color: #534F3A;
}
.BgClassName
{
background-color: #534F3A;
}
</style>
border-color css
<style>
span { border-color: #534F3A; }
span { border-color: rgb(83,79,58); }
td.TdClassName
{
border-color: #534F3A;
}
.TagClassName
{
border-color: #534F3A;
}
</style>