Shades of Panda #5B533C
Tints of Panda #5B533C
RGB
CMYK
RGB Variations
Color information
#5B533C (or 0x5B533C) is known color: Panda. HEX triplet: 5B, 53 and 3C. RGB value is (91,83,60). Sum of RGB (Red+Green+Blue) = 91+83+60=234 (30% of max value = 765). Red value is 91 (35.94% from 255 or 38.89% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 91 - color contains mainly: red. Hex color #5B533C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B533C is #A4ACC3. Grayscale: #525252. Windows color (decimal): -10792132 or 3953499. OLE color: 3953499.
HSL color Cylindrical-coordinate representation of color #5B533C: hue angle of 44.52º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B533C is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 83 | 60 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.64 |
| HSL | 44.52º | 0.21% | 0.3% | - |
| HSV(B) | 44.52º | 0.34% | 0.36% | - |
| XYZ | 8.22 | 8.74 | 5.53 | - |
| YUV | 82.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 83 | 60 | 0 | 0.09 | 0.34 | 0.64 | 44.52 | 0.21 | 0.3 |
| Hex | 5B | 53 | 3C | 0 | 9 | 22 | 40 | 2D | 15 | 1E |
| Octal | 133 | 123 | 74 | 0 | 11 | 42 | 100 | 55 | 25 | 36 |
| Binary | 1011011 | 1010011 | 111100 | 0 | 1001 | 100010 | 1000000 | 101101 | 10101 | 11110 |
Color Harmonies of #5B533C
Complementary color
Monochromatic Colors of #5B533C
Black with #5B533C
Text Example
Text Example
White with #5B533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B533C; }
p { color: rgb(91,83,60); }
H1.HeaderClassName
{
color: #5B533C;
}
.AnyTagClassName
{
color: #5B533C;
}
</style>
background-color css
<style>
a { background-color: #5B533C; }
a { background-color: rgb(91,83,60); }
div.DivClassName
{
background-color: #5B533C;
}
.BgClassName
{
background-color: #5B533C;
}
</style>
border-color css
<style>
span { border-color: #5B533C; }
span { border-color: rgb(91,83,60); }
td.TdClassName
{
border-color: #5B533C;
}
.TagClassName
{
border-color: #5B533C;
}
</style>