Shades of Panda #55533C
Tints of Panda #55533C
RGB
CMYK
RGB Variations
Color information
#55533C (or 0x55533C) is known color: Panda. HEX triplet: 55, 53 and 3C. RGB value is (85,83,60). Sum of RGB (Red+Green+Blue) = 85+83+60=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 85 - color contains mainly: red. Hex color #55533C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55533C is #AAACC3. Grayscale: #515151. Windows color (decimal): -11185348 or 3953493. OLE color: 3953493.
HSL color Cylindrical-coordinate representation of color #55533C: hue angle of 55.2º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #55533C is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 83 | 60 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.67 |
| HSL | 55.2º | 0.17% | 0.28% | - |
| HSV(B) | 55.2º | 0.29% | 0.33% | - |
| XYZ | 7.66 | 8.44 | 5.5 | - |
| YUV | 80.98 | 116.16 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 60 | 0 | 0.02 | 0.29 | 0.67 | 55.2 | 0.17 | 0.28 |
| Hex | 55 | 53 | 3C | 0 | 2 | 1D | 43 | 37 | 11 | 1C |
| Octal | 125 | 123 | 74 | 0 | 2 | 35 | 103 | 67 | 21 | 34 |
| Binary | 1010101 | 1010011 | 111100 | 0 | 10 | 11101 | 1000011 | 110111 | 10001 | 11100 |
Color Harmonies of #55533C
Complementary color
Monochromatic Colors of #55533C
Black with #55533C
Text Example
Text Example
White with #55533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55533C; }
p { color: rgb(85,83,60); }
H1.HeaderClassName
{
color: #55533C;
}
.AnyTagClassName
{
color: #55533C;
}
</style>
background-color css
<style>
a { background-color: #55533C; }
a { background-color: rgb(85,83,60); }
div.DivClassName
{
background-color: #55533C;
}
.BgClassName
{
background-color: #55533C;
}
</style>
border-color css
<style>
span { border-color: #55533C; }
span { border-color: rgb(85,83,60); }
td.TdClassName
{
border-color: #55533C;
}
.TagClassName
{
border-color: #55533C;
}
</style>