Shades of Panda #55533D
Tints of Panda #55533D
RGB
CMYK
RGB Variations
Color information
#55533D (or 0x55533D) is known color: Panda. HEX triplet: 55, 53 and 3D. RGB value is (85,83,61). Sum of RGB (Red+Green+Blue) = 85+83+61=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 85 - color contains mainly: red. Hex color #55533D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55533D is #AAACC2. Grayscale: #515151. Windows color (decimal): -11185347 or 4019029. OLE color: 4019029.
HSL color Cylindrical-coordinate representation of color #55533D: hue angle of 55º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #55533D is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 83 | 61 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.67 |
| HSL | 55º | 0.16% | 0.29% | - |
| HSV(B) | 55º | 0.28% | 0.33% | - |
| XYZ | 7.68 | 8.45 | 5.64 | - |
| YUV | 81.09 | 116.66 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 61 | 0 | 0.02 | 0.28 | 0.67 | 55 | 0.16 | 0.29 |
| Hex | 55 | 53 | 3D | 0 | 2 | 1C | 43 | 37 | 10 | 1D |
| Octal | 125 | 123 | 75 | 0 | 2 | 34 | 103 | 67 | 20 | 35 |
| Binary | 1010101 | 1010011 | 111101 | 0 | 10 | 11100 | 1000011 | 110111 | 10000 | 11101 |
Color Harmonies of #55533D
Complementary color
Monochromatic Colors of #55533D
Black with #55533D
Text Example
Text Example
White with #55533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55533D; }
p { color: rgb(85,83,61); }
H1.HeaderClassName
{
color: #55533D;
}
.AnyTagClassName
{
color: #55533D;
}
</style>
background-color css
<style>
a { background-color: #55533D; }
a { background-color: rgb(85,83,61); }
div.DivClassName
{
background-color: #55533D;
}
.BgClassName
{
background-color: #55533D;
}
</style>
border-color css
<style>
span { border-color: #55533D; }
span { border-color: rgb(85,83,61); }
td.TdClassName
{
border-color: #55533D;
}
.TagClassName
{
border-color: #55533D;
}
</style>