Shades of Panda #534F3D
Tints of Panda #534F3D
RGB
CMYK
RGB Variations
Color information
#534F3D (or 0x534F3D) is known color: Panda. HEX triplet: 53, 4F and 3D. RGB value is (83,79,61). Sum of RGB (Red+Green+Blue) = 83+79+61=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 83 - color contains mainly: red. Hex color #534F3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F3D is #ACB0C2. Grayscale: #4E4E4E. Windows color (decimal): -11317443 or 4018003. OLE color: 4018003.
HSL color Cylindrical-coordinate representation of color #534F3D: hue angle of 49.09º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #534F3D is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 79 | 61 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.67 |
| HSL | 49.09º | 0.15% | 0.28% | - |
| HSV(B) | 49.09º | 0.27% | 0.33% | - |
| XYZ | 7.21 | 7.77 | 5.53 | - |
| YUV | 78.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 61 | 0 | 0.05 | 0.27 | 0.67 | 49.09 | 0.15 | 0.28 |
| Hex | 53 | 4F | 3D | 0 | 5 | 1B | 43 | 31 | F | 1C |
| Octal | 123 | 117 | 75 | 0 | 5 | 33 | 103 | 61 | 17 | 34 |
| Binary | 1010011 | 1001111 | 111101 | 0 | 101 | 11011 | 1000011 | 110001 | 1111 | 11100 |
Color Harmonies of #534F3D
Complementary color
Monochromatic Colors of #534F3D
Black with #534F3D
Text Example
Text Example
White with #534F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F3D; }
p { color: rgb(83,79,61); }
H1.HeaderClassName
{
color: #534F3D;
}
.AnyTagClassName
{
color: #534F3D;
}
</style>
background-color css
<style>
a { background-color: #534F3D; }
a { background-color: rgb(83,79,61); }
div.DivClassName
{
background-color: #534F3D;
}
.BgClassName
{
background-color: #534F3D;
}
</style>
border-color css
<style>
span { border-color: #534F3D; }
span { border-color: rgb(83,79,61); }
td.TdClassName
{
border-color: #534F3D;
}
.TagClassName
{
border-color: #534F3D;
}
</style>