Shades of Panda #58523A
Tints of Panda #58523A
RGB
CMYK
RGB Variations
Color information
#58523A (or 0x58523A) is known color: Panda. HEX triplet: 58, 52 and 3A. RGB value is (88,82,58). Sum of RGB (Red+Green+Blue) = 88+82+58=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 88 - color contains mainly: red. Hex color #58523A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58523A is #A7ADC5. Grayscale: #515151. Windows color (decimal): -10988998 or 3822168. OLE color: 3822168.
HSL color Cylindrical-coordinate representation of color #58523A: hue angle of 48º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #58523A is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 82 | 58 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.65 |
| HSL | 48º | 0.21% | 0.29% | - |
| HSV(B) | 48º | 0.34% | 0.35% | - |
| XYZ | 7.81 | 8.41 | 5.22 | - |
| YUV | 81.06 | 114.99 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 82 | 58 | 0 | 0.07 | 0.34 | 0.65 | 48 | 0.21 | 0.29 |
| Hex | 58 | 52 | 3A | 0 | 7 | 22 | 41 | 30 | 15 | 1D |
| Octal | 130 | 122 | 72 | 0 | 7 | 42 | 101 | 60 | 25 | 35 |
| Binary | 1011000 | 1010010 | 111010 | 0 | 111 | 100010 | 1000001 | 110000 | 10101 | 11101 |
Color Harmonies of #58523A
Complementary color
Monochromatic Colors of #58523A
Black with #58523A
Text Example
Text Example
White with #58523A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58523A; }
p { color: rgb(88,82,58); }
H1.HeaderClassName
{
color: #58523A;
}
.AnyTagClassName
{
color: #58523A;
}
</style>
background-color css
<style>
a { background-color: #58523A; }
a { background-color: rgb(88,82,58); }
div.DivClassName
{
background-color: #58523A;
}
.BgClassName
{
background-color: #58523A;
}
</style>
border-color css
<style>
span { border-color: #58523A; }
span { border-color: rgb(88,82,58); }
td.TdClassName
{
border-color: #58523A;
}
.TagClassName
{
border-color: #58523A;
}
</style>