Shades of Panda #575241
Tints of Panda #575241
RGB
CMYK
RGB Variations
Color information
#575241 (or 0x575241) is known color: Panda. HEX triplet: 57, 52 and 41. RGB value is (87,82,65). Sum of RGB (Red+Green+Blue) = 87+82+65=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 87 - color contains mainly: red. Hex color #575241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575241 is #A8ADBE. Grayscale: #515151. Windows color (decimal): -11054527 or 4280919. OLE color: 4280919.
HSL color Cylindrical-coordinate representation of color #575241: hue angle of 46.36º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #575241 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 82 | 65 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.66 |
| HSL | 46.36º | 0.14% | 0.3% | - |
| HSV(B) | 46.36º | 0.25% | 0.34% | - |
| XYZ | 7.9 | 8.44 | 6.21 | - |
| YUV | 81.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 65 | 0 | 0.06 | 0.25 | 0.66 | 46.36 | 0.14 | 0.3 |
| Hex | 57 | 52 | 41 | 0 | 6 | 19 | 42 | 2E | E | 1E |
| Octal | 127 | 122 | 101 | 0 | 6 | 31 | 102 | 56 | 16 | 36 |
| Binary | 1010111 | 1010010 | 1000001 | 0 | 110 | 11001 | 1000010 | 101110 | 1110 | 11110 |
Color Harmonies of #575241
Complementary color
Monochromatic Colors of #575241
Black with #575241
Text Example
Text Example
White with #575241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575241; }
p { color: rgb(87,82,65); }
H1.HeaderClassName
{
color: #575241;
}
.AnyTagClassName
{
color: #575241;
}
</style>
background-color css
<style>
a { background-color: #575241; }
a { background-color: rgb(87,82,65); }
div.DivClassName
{
background-color: #575241;
}
.BgClassName
{
background-color: #575241;
}
</style>
border-color css
<style>
span { border-color: #575241; }
span { border-color: rgb(87,82,65); }
td.TdClassName
{
border-color: #575241;
}
.TagClassName
{
border-color: #575241;
}
</style>