Shades of Panda #58513B
Tints of Panda #58513B
RGB
CMYK
RGB Variations
Color information
#58513B (or 0x58513B) is known color: Panda. HEX triplet: 58, 51 and 3B. RGB value is (88,81,59). Sum of RGB (Red+Green+Blue) = 88+81+59=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 88 - color contains mainly: red. Hex color #58513B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58513B is #A7AEC4. Grayscale: #505050. Windows color (decimal): -10989253 or 3887448. OLE color: 3887448.
HSL color Cylindrical-coordinate representation of color #58513B: hue angle of 45.52º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #58513B is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 81 | 59 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.65 |
| HSL | 45.52º | 0.2% | 0.29% | - |
| HSV(B) | 45.52º | 0.33% | 0.35% | - |
| XYZ | 7.76 | 8.28 | 5.33 | - |
| YUV | 80.59 | 115.82 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 81 | 59 | 0 | 0.08 | 0.33 | 0.65 | 45.52 | 0.2 | 0.29 |
| Hex | 58 | 51 | 3B | 0 | 8 | 21 | 41 | 2E | 14 | 1D |
| Octal | 130 | 121 | 73 | 0 | 10 | 41 | 101 | 56 | 24 | 35 |
| Binary | 1011000 | 1010001 | 111011 | 0 | 1000 | 100001 | 1000001 | 101110 | 10100 | 11101 |
Color Harmonies of #58513B
Complementary color
Monochromatic Colors of #58513B
Black with #58513B
Text Example
Text Example
White with #58513B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58513B; }
p { color: rgb(88,81,59); }
H1.HeaderClassName
{
color: #58513B;
}
.AnyTagClassName
{
color: #58513B;
}
</style>
background-color css
<style>
a { background-color: #58513B; }
a { background-color: rgb(88,81,59); }
div.DivClassName
{
background-color: #58513B;
}
.BgClassName
{
background-color: #58513B;
}
</style>
border-color css
<style>
span { border-color: #58513B; }
span { border-color: rgb(88,81,59); }
td.TdClassName
{
border-color: #58513B;
}
.TagClassName
{
border-color: #58513B;
}
</style>