Shades of Panda #58533F
Tints of Panda #58533F
RGB
CMYK
RGB Variations
Color information
#58533F (or 0x58533F) is known color: Panda. HEX triplet: 58, 53 and 3F. RGB value is (88,83,63). Sum of RGB (Red+Green+Blue) = 88+83+63=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 88 - color contains mainly: red. Hex color #58533F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58533F is #A7ACC0. Grayscale: #525252. Windows color (decimal): -10988737 or 4150104. OLE color: 4150104.
HSL color Cylindrical-coordinate representation of color #58533F: hue angle of 48º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #58533F is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 83 | 63 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.65 |
| HSL | 48º | 0.17% | 0.3% | - |
| HSV(B) | 48º | 0.28% | 0.35% | - |
| XYZ | 8.01 | 8.62 | 5.94 | - |
| YUV | 82.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 83 | 63 | 0 | 0.06 | 0.28 | 0.65 | 48 | 0.17 | 0.3 |
| Hex | 58 | 53 | 3F | 0 | 6 | 1C | 41 | 30 | 11 | 1E |
| Octal | 130 | 123 | 77 | 0 | 6 | 34 | 101 | 60 | 21 | 36 |
| Binary | 1011000 | 1010011 | 111111 | 0 | 110 | 11100 | 1000001 | 110000 | 10001 | 11110 |
Color Harmonies of #58533F
Complementary color
Monochromatic Colors of #58533F
Black with #58533F
Text Example
Text Example
White with #58533F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58533F; }
p { color: rgb(88,83,63); }
H1.HeaderClassName
{
color: #58533F;
}
.AnyTagClassName
{
color: #58533F;
}
</style>
background-color css
<style>
a { background-color: #58533F; }
a { background-color: rgb(88,83,63); }
div.DivClassName
{
background-color: #58533F;
}
.BgClassName
{
background-color: #58533F;
}
</style>
border-color css
<style>
span { border-color: #58533F; }
span { border-color: rgb(88,83,63); }
td.TdClassName
{
border-color: #58533F;
}
.TagClassName
{
border-color: #58533F;
}
</style>